#248208

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

Shades of Forest Green #248208

Tints of Forest Green #248208

Color information

#248208 (or 0x248208) is unknown color: approx Forest Green. HEX triplet: 24, 82 and 08. RGB value is (36,130,8). Sum of RGB (Red+Green+Blue) = 36+130+8=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #248208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248208 is #DB7DF7. Grayscale: #585858. Windows color (decimal): -14384632 or 557604. OLE color: 557604.

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

Color convert

RGB361308-
CMYK0.7200.940.49
HSL106.23º88.41%27.06%-
HSV(B)106.23º93.85%50.98%-
XYZ8.7516.362.93-
YUV87.9982.8690.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 130 (51.17% from 255) = 74.71%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=20.69%
G=74.71%
B=4.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3613080.7200.940.49106.2388.4127.06
Hex248284805E316a581b
Octal442021011001366115213033
Binary1001001000001010001001000010111101100011101010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248208; }

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

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

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

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

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

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

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

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