#248620

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

Shades of Forest Green #248620

Tints of Forest Green #248620

Color information

#248620 (or 0x248620) is unknown color: approx Forest Green. HEX triplet: 24, 86 and 20. RGB value is (36,134,32). Sum of RGB (Red+Green+Blue) = 36+134+32=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 134 (52.73% from 255 or 66.34% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 134 - color contains mainly: green. Hex color #248620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248620 is #DB79DF. Grayscale: #5D5D5D. Windows color (decimal): -14383584 or 2131492. OLE color: 2131492.

HSL color Cylindrical-coordinate representation of color #248620: hue angle of 117.65º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248620 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB3613432-
CMYK0.7300.760.47
HSL117.65º61.45%32.55%-
HSV(B)117.65º76.12%52.55%-
XYZ9.5117.534.25-
YUV93.0793.5387.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.82%
GREEN value IS 134 (52.73% from 255) = 66.34%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=17.82%
G=66.34%
B=15.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36134320.7300.760.47117.6561.4532.55
Hex2486204904C2F763d21
Octal44206401110114571667541
Binary100100100001101000001001001010011001011111110110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248620; }

 p { color: rgb(36,134,32); }

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

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

 a { background-color: rgb(36,134,32); }

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

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

 span { border-color: rgb(36,134,32); }

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