#0D8223

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

Shades of Forest Green #0D8223

Tints of Forest Green #0D8223

Color information

#0D8223 (or 0x0D8223) is unknown color: approx Forest Green. HEX triplet: 0D, 82 and 23. RGB value is (13,130,35). Sum of RGB (Red+Green+Blue) = 13+130+35=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8223 is #F27DDC. Grayscale: #545454. Windows color (decimal): -15891933 or 2327053. OLE color: 2327053.

HSL color Cylindrical-coordinate representation of color #0D8223: hue angle of 131.28º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8223 is Cyan = 0.9, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB1313035-
CMYK0.900.730.49
HSL131.28º81.82%28.04%-
HSV(B)131.28º90%50.98%-
XYZ8.4516.174.27-
YUV84.19100.2477.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.30%
GREEN value IS 130 (51.17% from 255) = 73.03%
BLUE value IS 35 (14.06% from 255) = 19.66%
R=7.30%
G=73.03%
B=19.66%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13130350.900.730.49131.2881.8228.04
HexD82235A0493183521c
Octal152024313201116120312234
Binary11011000001010001110110100100100111000110000011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8223; }

 p { color: rgb(13,130,35); }

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

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

 a { background-color: rgb(13,130,35); }

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

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

 span { border-color: rgb(13,130,35); }

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