#0D9A2B

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

Shades of Forest Green #0D9A2B

Tints of Forest Green #0D9A2B

Color information

#0D9A2B (or 0x0D9A2B) is unknown color: approx Forest Green. HEX triplet: 0D, 9A and 2B. RGB value is (13,154,43). Sum of RGB (Red+Green+Blue) = 13+154+43=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 154 (60.55% from 255 or 73.33% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9A2B is #F265D4. Grayscale: #636363. Windows color (decimal): -15885781 or 2857485. OLE color: 2857485.

HSL color Cylindrical-coordinate representation of color #0D9A2B: hue angle of 132.77º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9A2B is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB1315443-
CMYK0.9200.720.40
HSL132.77º84.43%32.75%-
HSV(B)132.77º91.56%60.39%-
XYZ12.1623.376.16-
YUV99.1996.2966.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.19%
GREEN value IS 154 (60.55% from 255) = 73.33%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=6.19%
G=73.33%
B=20.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13154430.9200.720.40132.7784.4332.75
HexD9A2B5C04828855421
Octal152325313401105020512441
Binary110110011010101011101110001001000101000100001011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,154,43); }

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

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

 a { background-color: rgb(13,154,43); }

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

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

 span { border-color: rgb(13,154,43); }

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