#248211

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

Shades of Forest Green #248211

Tints of Forest Green #248211

Color information

#248211 (or 0x248211) is unknown color: approx Forest Green. HEX triplet: 24, 82 and 11. RGB value is (36,130,17). Sum of RGB (Red+Green+Blue) = 36+130+17=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #248211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248211 is #DB7DEE. Grayscale: #595959. Windows color (decimal): -14384623 or 1147428. OLE color: 1147428.

HSL color Cylindrical-coordinate representation of color #248211: hue angle of 109.91º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #248211 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB3613017-
CMYK0.7200.870.49
HSL109.91º76.87%28.82%-
HSV(B)109.91º86.92%50.98%-
XYZ8.8116.383.23-
YUV89.0187.3690.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.67%
GREEN value IS 130 (51.17% from 255) = 71.04%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=19.67%
G=71.04%
B=9.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130170.7200.870.49109.9176.8728.82
Hex24821148057316e4d1d
Octal442022111001276115611535
Binary10010010000010100011001000010101111100011101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248211; }

 p { color: rgb(36,130,17); }

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

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

 a { background-color: rgb(36,130,17); }

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

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

 span { border-color: rgb(36,130,17); }

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