#0D9632

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

Shades of Forest Green #0D9632

Tints of Forest Green #0D9632

Color information

#0D9632 (or 0x0D9632) is unknown color: approx Forest Green. HEX triplet: 0D, 96 and 32. RGB value is (13,150,50). Sum of RGB (Red+Green+Blue) = 13+150+50=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9632 is #F269CD. Grayscale: #616161. Windows color (decimal): -15886798 or 3315213. OLE color: 3315213.

HSL color Cylindrical-coordinate representation of color #0D9632: hue angle of 136.2º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9632 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1315050-
CMYK0.9100.670.41
HSL136.2º84.05%31.96%-
HSV(B)136.2º91.33%58.82%-
XYZ11.6522.136.67-
YUV97.64101.1167.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 150 (58.98% from 255) = 70.42%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=6.10%
G=70.42%
B=23.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13150500.9100.670.41136.284.0531.96
HexD96325B04329885420
Octal152266213301035121012440
Binary110110010110110010101101101000011101001100010001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,150,50); }

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

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

 a { background-color: rgb(13,150,50); }

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

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

 span { border-color: rgb(13,150,50); }

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