#0D892A

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

Shades of Forest Green #0D892A

Tints of Forest Green #0D892A

Color information

#0D892A (or 0x0D892A) is unknown color: approx Forest Green. HEX triplet: 0D, 89 and 2A. RGB value is (13,137,42). Sum of RGB (Red+Green+Blue) = 13+137+42=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 137 (53.91% from 255 or 71.35% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 137 - color contains mainly: green. Hex color #0D892A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D892A is #F276D5. Grayscale: #595959. Windows color (decimal): -15890134 or 2787597. OLE color: 2787597.

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

Color convert

RGB1313742-
CMYK0.9100.690.46
HSL134.03º82.67%29.41%-
HSV(B)134.03º90.51%53.73%-
XYZ9.5318.145.19-
YUV89.09101.4273.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 137 (53.91% from 255) = 71.35%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=6.77%
G=71.35%
B=21.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13137420.9100.690.46134.0382.6729.41
HexD892A5B0452E86531d
Octal152115213301055620612335
Binary11011000100110101010110110100010110111010000110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D892A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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