#248A18

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

Shades of Forest Green #248A18

Tints of Forest Green #248A18

Color information

#248A18 (or 0x248A18) is unknown color: approx Forest Green. HEX triplet: 24, 8A and 18. RGB value is (36,138,24). Sum of RGB (Red+Green+Blue) = 36+138+24=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 138 (54.30% from 255 or 69.70% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 138 - color contains mainly: green. Hex color #248A18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248A18 is #DB75E7. Grayscale: #5E5E5E. Windows color (decimal): -14382568 or 1608228. OLE color: 1608228.

HSL color Cylindrical-coordinate representation of color #248A18: hue angle of 113.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #248A18 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB3613824-
CMYK0.7400.830.46
HSL113.68º70.37%31.76%-
HSV(B)113.68º82.61%54.12%-
XYZ9.9818.623.93-
YUV94.5188.2186.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 138 (54.30% from 255) = 69.70%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=18.18%
G=69.70%
B=12.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36138240.7400.830.46113.6870.3731.76
Hex248A184A0532E724620
Octal442123011201235616210640
Binary100100100010101100010010100101001110111011100101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,138,24); }

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

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

 a { background-color: rgb(36,138,24); }

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

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

 span { border-color: rgb(36,138,24); }

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