#248D32

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

Shades of Forest Green #248D32

Tints of Forest Green #248D32

Color information

#248D32 (or 0x248D32) is unknown color: approx Forest Green. HEX triplet: 24, 8D and 32. RGB value is (36,141,50). Sum of RGB (Red+Green+Blue) = 36+141+50=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 141 (55.47% from 255 or 62.11% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 141 - color contains mainly: green. Hex color #248D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D32 is #DB72CD. Grayscale: #636363. Windows color (decimal): -14381774 or 3312932. OLE color: 3312932.

HSL color Cylindrical-coordinate representation of color #248D32: hue angle of 128º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D32 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB3614150-
CMYK0.7400.650.45
HSL128º59.32%34.71%-
HSV(B)128º74.47%55.29%-
XYZ10.8319.666.24-
YUV99.23100.2182.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 141 (55.47% from 255) = 62.11%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=15.86%
G=62.11%
B=22.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141500.7400.650.4512859.3234.71
Hex248D324A0412D803b23
Octal44215621120101552007343
Binary1001001000110111001010010100100000110110110000000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,141,50); }

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

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

 a { background-color: rgb(36,141,50); }

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

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

 span { border-color: rgb(36,141,50); }

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