COLOR #048B25

HEX: #048B25
RGB: (4,139,37)

Renk bilgisi

#048B25 contains mainly green color. #048B25 ‘ nin web güvenlik rengi #009933 (ya da #093) dir.

RGB renk modeli

#048B25 color RGB value is (4,139,37).

  • kırmız ton 4;
  • yeşil ton 139;
  • mavi ton 37.
RGB:
(4,139,37)
(2%,55%,15%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 139 of 255 = 55%
B 37 of 255 = 15%

4
139
37

R + G + B ~ 24%. #048B25 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 139 + 37 = 180 (100%)
R 4 of 180 ~ 2.22%
G 139 of 180 ~ 77.22%
B 37 of 180 ~ 20.56%

%77.22
%20.56

CMYK RENK MODELİ

#048B25 rengi CMYK tonu (97,0,73,45).

  • camgöbeği tonu 97.12%
  • eflatun tonu 0.00%
  • sarı tonu 73.38%
  • ana renk tonu 45.49%
CMYK:
(97,0,73,45)
C97M0Y73K45 
(97%,0%,73%,45%)
(0.97/0.00/0.73/0.45)	

CMYK yüzdeleri

%97.12
%0
%73.38
%45.49

Codes

Color #048B25 in popluar color models

048B25
RGB413937
HSL135°94.41%28.04%
HSB/HSV135°97.12%54.51%
CMYK97.12%0.00%73.38%
45.49%

Color #048B25 in popluar number systems.

HEX048B25
Decimal413937
Binary10010001011100101
Octal421345

Shades and tints

Shades of #048B25

#048B25
(4,139,37)
#047F22
(4,127,34)
#04731F
(4,115,31)
#04671C
(4,103,28)
#045B19
(4,91,25)
#044F16
(4,79,22)
#044313
(4,67,19)
#043710
(4,55,16)
#042B0D
(4,43,13)
#041F0A
(4,31,10)
#041307
(4,19,7)
#000000
(0,0,0)

Tints of #048B25

#048B25
(4,139,37)
#1A9538
(26,149,56)
#309F4B
(48,159,75)
#46A95E
(70,169,94)
#5CB371
(92,179,113)
#72BD84
(114,189,132)
#88C797
(136,199,151)
#9ED1AA
(158,209,170)
#B4DBBD
(180,219,189)
#CAE5D0
(202,229,208)
#E0EFE3
(224,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048B25 color. Also use rgb(4,139,37) instead hex code.

Text Font Color

.myTextColor { color: #048B25; }

<p style="color:#048B25">This sample text font color is #048B25.</p>

This text font color is #048B25.


Background Color

.myBgColor { background-color: #048B25; }

<div style="background-color:#048B25">Inner text</div>

This div background color is #048B25.


Border color

.myBorderColor { border: 1px solid #048B25; }

<div style="border:3px solid #048B25">Div</div>

This div border color is #048B25.


Opacity

.myOpacity80 { color: #048B25; opacity: 0.8; }

<p style="color:#048B25;opacity:0.8;">80%</p>

Text with #048B25 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #048B25;}

<p style="text-shadow: 3px 3px 1px #048B25">Text here.</p>

This text has shadow with #048B25 color.

.textShadow {text-shadow: 3px 3px 1px #048B25, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #048B25, 5px 5px 20px red">Text here.</p>

This text has shadow with #048B25 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#048B25, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#048B25, Direction=45, Strength=4)">Text</p>

This text has shadow with #048B25 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #048B25;
  -webkit-box-shadow:	1px 1px 3px 2px #048B25;
  box-shadow:		1px 1px 3px 2px #048B25;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #048B25;
-webkit-box-shadow: 1px 1px 3px 2px #048B25;
box-shadow:1px 1px 3px 2px #048B25;">
Div content here</div>
This div box has shadow with color #048B25.

Preview

Color preview on black background

This text has color #048B25 on black background.


Color preview on white background

This text has color #048B25 on white background.



Black color preview on #048B25 background

This text has black color on #048B25 background.


White color preview on #048B25 background

This text has white color on #048B25 background.