#0D8927

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

Shades of Forest Green #0D8927

Tints of Forest Green #0D8927

Color information

#0D8927 (or 0x0D8927) is unknown color: approx Forest Green. HEX triplet: 0D, 89 and 27. RGB value is (13,137,39). Sum of RGB (Red+Green+Blue) = 13+137+39=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 137 (53.91% from 255 or 72.49% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8927 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8927 is #F276D8. Grayscale: #595959. Windows color (decimal): -15890137 or 2590989. OLE color: 2590989.

HSL color Cylindrical-coordinate representation of color #0D8927: hue angle of 132.58º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8927 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1313739-
CMYK0.9100.720.46
HSL132.58º82.67%29.41%-
HSV(B)132.58º90.51%53.73%-
XYZ9.4818.124.92-
YUV88.7599.9273.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.88%
GREEN value IS 137 (53.91% from 255) = 72.49%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=6.88%
G=72.49%
B=20.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13137390.9100.720.46132.5882.6729.41
HexD89275B0482E85531d
Octal152114713301105620512335
Binary11011000100110011110110110100100010111010000101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,137,39); }

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

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

 a { background-color: rgb(13,137,39); }

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

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

 span { border-color: rgb(13,137,39); }

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