COLOR #248A06

HEX: #248A06
RGB: (36,138,6)

Color info

#248A06 contains mainly green color. Web safe color of #248A06 is #339900 (or #390).

RGB color model

#248A06 color RGB value is (36,138,6).

  • red value is 36;
  • green value is 138;
  • blue value is 6.
RGB:
(36,138,6)
(14%,54%,2%)

RGB channels and saturation

R 36 of 255 = 14%
G 138 of 255 = 54%
B 6 of 255 = 2%

36
138
6

R + G + B ~ 23%. #248A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 138 + 6 = 180 (100%)
R 36 of 180 ~ 20%
G 138 of 180 ~ 76.67%
B 6 of 180 ~ 3.33%

%20
%76.67

CMYK color model

#248A06 color CMYK value is (74,0,96,46).

  • cyan value is 73.91%
  • magenta value is 0.00%
  • yellow value is 95.65%
  • key color value is 45.88%
CMYK:
(74,0,96,46)
C74M0Y96K46 
(74%,0%,96%,46%)
(0.74/0.00/0.96/0.46)	

CMYK percentages

%73.91
%0
%95.65
%45.88

Codes

Color #248A06 in popluar color models

248A06
RGB361386
HSL106°91.67%28.24%
HSB/HSV106°95.65%54.12%
CMYK73.91%0.00%95.65%
45.88%

Color #248A06 in popluar number systems.

HEX248A06
Decimal361386
Binary10010010001010110
Octal442126

Shades and tints

Shades of #248A06

#248A06
(36,138,6)
#217E06
(33,126,6)
#1E7206
(30,114,6)
#1B6606
(27,102,6)
#185A06
(24,90,6)
#154E06
(21,78,6)
#124206
(18,66,6)
#0F3606
(15,54,6)
#0C2A06
(12,42,6)
#091E06
(9,30,6)
#061206
(6,18,6)
#000000
(0,0,0)

Tints of #248A06

#248A06
(36,138,6)
#37941C
(55,148,28)
#4A9E32
(74,158,50)
#5DA848
(93,168,72)
#70B25E
(112,178,94)
#83BC74
(131,188,116)
#96C68A
(150,198,138)
#A9D0A0
(169,208,160)
#BCDAB6
(188,218,182)
#CFE4CC
(207,228,204)
#E2EEE2
(226,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248A06 color. Also use rgb(36,138,6) instead hex code.

Text Font Color

.myTextColor { color: #248A06; }

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

This text font color is #248A06.


Background Color

.myBgColor { background-color: #248A06; }

<div style="background-color:#248A06">Inner text</div>

This div background color is #248A06.


Border color

.myBorderColor { border: 1px solid #248A06; }

<div style="border:3px solid #248A06">Div</div>

This div border color is #248A06.


Opacity

.myOpacity80 { color: #248A06; opacity: 0.8; }

<p style="color:#248A06;opacity:0.8;">80%</p>

Text with #248A06 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 #248A06;}

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

This text has shadow with #248A06 color.

.textShadow {text-shadow: 3px 3px 1px #248A06, 3px 3px 1px red;}

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

This text has shadow with #248A06 primary color and red secondary color.


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

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

This text has shadow with #248A06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248A06 on black background.


Color preview on white background

This text has color #248A06 on white background.



Black color preview on #248A06 background

This text has black color on #248A06 background.


White color preview on #248A06 background

This text has white color on #248A06 background.