#0D8622

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

Shades of Forest Green #0D8622

Tints of Forest Green #0D8622

Color information

#0D8622 (or 0x0D8622) is unknown color: approx Forest Green. HEX triplet: 0D, 86 and 22. RGB value is (13,134,34). Sum of RGB (Red+Green+Blue) = 13+134+34=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 134 (52.73% from 255 or 74.03% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 134 - color contains mainly: green. Hex color #0D8622 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8622 is #F279DD. Grayscale: #565656. Windows color (decimal): -15890910 or 2262541. OLE color: 2262541.

HSL color Cylindrical-coordinate representation of color #0D8622: hue angle of 130.41º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8622 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1313434-
CMYK0.9000.750.47
HSL130.41º82.31%28.82%-
HSV(B)130.41º90.3%52.55%-
XYZ8.9817.254.37-
YUV86.4298.4175.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.18%
GREEN value IS 134 (52.73% from 255) = 74.03%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=7.18%
G=74.03%
B=18.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13134340.9000.750.47130.4182.3128.82
HexD86225A04B2F82521d
Octal152064213201135720212235
Binary11011000011010001010110100100101110111110000010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,134,34); }

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

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

 a { background-color: rgb(13,134,34); }

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

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

 span { border-color: rgb(13,134,34); }

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