#0D901D

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

Shades of Forest Green #0D901D

Tints of Forest Green #0D901D

Color information

#0D901D (or 0x0D901D) is unknown color: approx Forest Green. HEX triplet: 0D, 90 and 1D. RGB value is (13,144,29). Sum of RGB (Red+Green+Blue) = 13+144+29=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 144 (56.64% from 255 or 77.42% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 144 - color contains mainly: green. Hex color #0D901D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D901D is #F26FE2. Grayscale: #5C5C5C. Windows color (decimal): -15888355 or 1937421. OLE color: 1937421.

HSL color Cylindrical-coordinate representation of color #0D901D: hue angle of 127.33º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D901D is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1314429-
CMYK0.9100.800.44
HSL127.33º83.44%30.78%-
HSV(B)127.33º90.97%56.47%-
XYZ10.3620.124.5-
YUV91.7292.671.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.99%
GREEN value IS 144 (56.64% from 255) = 77.42%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=6.99%
G=77.42%
B=15.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13144290.9100.800.44127.3383.4430.78
HexD901D5B0502C7f531f
Octal152203513301205417712337
Binary110110010000111011011011010100001011001111111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D901D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,144,29); }

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

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

 a { background-color: rgb(13,144,29); }

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

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

 span { border-color: rgb(13,144,29); }

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