#248F06

Color #248F06 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #248F06

Tints of Forest Green #248F06

Color information

#248F06 (or 0x248F06) is unknown color: approx Forest Green. HEX triplet: 24, 8F and 06. RGB value is (36,143,6). Sum of RGB (Red+Green+Blue) = 36+143+6=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 143 (56.25% from 255 or 77.30% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 143 - color contains mainly: green. Hex color #248F06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248F06 is #DB70F9. Grayscale: #5F5F5F. Windows color (decimal): -14381306 or 429860. OLE color: 429860.

HSL color Cylindrical-coordinate representation of color #248F06: hue angle of 106.86º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #248F06 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB361436-
CMYK0.7500.960.44
HSL106.86º91.95%29.22%-
HSV(B)106.86º95.8%56.08%-
XYZ10.5820.033.48-
YUV95.3977.5585.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 143 (56.25% from 255) = 77.30%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=19.46%
G=77.30%
B=3.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3614360.7500.960.44106.8691.9529.22
Hex248F64B0602C6b5c1d
Octal44217611301405415313435
Binary100100100011111101001011011000001011001101011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248F06; }

 p { color: rgb(36,143,6); }

 H1.HeaderClassName
 {
   color: #248F06;
 }
 .AnyTagClassName
 {
   color: #248F06;
 }
</style>
background-color css

<style>
 a { background-color: #248F06; }

 a { background-color: rgb(36,143,6); }

 div.DivClassName
 {
   background-color: #248F06;
 }
 .BgClassName
 {
   background-color: #248F06;
 }
</style>
border-color css

<style>
 span { border-color: #248F06; }

 span { border-color: rgb(36,143,6); }

 td.TdClassName
 {
   border-color: #248F06;
 }
 .TagClassName
 {
   border-color: #248F06;
 }
</style>