#0D8921

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

Shades of Forest Green #0D8921

Tints of Forest Green #0D8921

Color information

#0D8921 (or 0x0D8921) is unknown color: approx Forest Green. HEX triplet: 0D, 89 and 21. RGB value is (13,137,33). Sum of RGB (Red+Green+Blue) = 13+137+33=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 137 (53.91% from 255 or 74.86% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8921 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8921 is #F276DE. Grayscale: #585858. Windows color (decimal): -15890143 or 2197773. OLE color: 2197773.

HSL color Cylindrical-coordinate representation of color #0D8921: hue angle of 129.68º 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 #0D8921 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB1313733-
CMYK0.9100.760.46
HSL129.68º82.67%29.41%-
HSV(B)129.68º90.51%53.73%-
XYZ9.3918.094.44-
YUV88.0796.9274.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.10%
GREEN value IS 137 (53.91% from 255) = 74.86%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=7.10%
G=74.86%
B=18.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13137330.9100.760.46129.6882.6729.41
HexD89215B04C2E82531d
Octal152114113301145620212335
Binary11011000100110000110110110100110010111010000010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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