#248E3C

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

Shades of Forest Green #248E3C

Tints of Forest Green #248E3C

Color information

#248E3C (or 0x248E3C) is unknown color: approx Forest Green. HEX triplet: 24, 8E and 3C. RGB value is (36,142,60). Sum of RGB (Red+Green+Blue) = 36+142+60=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 142 (55.86% from 255 or 59.66% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 142 - color contains mainly: green. Hex color #248E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248E3C is #DB71C3. Grayscale: #656565. Windows color (decimal): -14381508 or 3968548. OLE color: 3968548.

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

Color convert

RGB3614260-
CMYK0.7500.580.44
HSL133.58º59.55%34.9%-
HSV(B)133.58º74.65%55.69%-
XYZ11.2220.057.55-
YUV100.96104.8881.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 142 (55.86% from 255) = 59.66%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=15.13%
G=59.66%
B=25.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36142600.7500.580.44133.5859.5534.9
Hex248E3C4B03A2C863c23
Octal4421674113072542067443
Binary100100100011101111001001011011101010110010000110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,142,60); }

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

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

 a { background-color: rgb(36,142,60); }

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

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

 span { border-color: rgb(36,142,60); }

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