#0D9E2A

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

Shades of Forest Green #0D9E2A

Tints of Forest Green #0D9E2A

Color information

#0D9E2A (or 0x0D9E2A) is unknown color: approx Forest Green. HEX triplet: 0D, 9E and 2A. RGB value is (13,158,42). Sum of RGB (Red+Green+Blue) = 13+158+42=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 158 (62.11% from 255 or 74.18% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9E2A is #F261D5. Grayscale: #656565. Windows color (decimal): -15884758 or 2792973. OLE color: 2792973.

HSL color Cylindrical-coordinate representation of color #0D9E2A: hue angle of 132º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9E2A is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB1315842-
CMYK0.9200.730.38
HSL132º84.8%33.53%-
HSV(B)132º91.77%61.96%-
XYZ12.8124.716.28-
YUV101.4294.4664.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 158 (62.11% from 255) = 74.18%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=6.10%
G=74.18%
B=19.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13158420.9200.730.3813284.833.53
HexD9E2A5C04926845522
Octal152365213401114620412542
Binary110110011110101010101110001001001100110100001001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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