#0D7914

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

Shades of Green #0D7914

Tints of Green #0D7914

Color information

#0D7914 (or 0x0D7914) is unknown color: approx Green. HEX triplet: 0D, 79 and 14. RGB value is (13,121,20). Sum of RGB (Red+Green+Blue) = 13+121+20=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 121 (47.66% from 255 or 78.57% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7914 is #F286EB. Grayscale: #4D4D4D. Windows color (decimal): -15894252 or 1341709. OLE color: 1341709.

HSL color Cylindrical-coordinate representation of color #0D7914: hue angle of 123.89º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7914 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1312120-
CMYK0.8900.830.53
HSL123.89º80.6%26.27%-
HSV(B)123.89º89.26%47.45%-
XYZ7.1313.812.95-
YUV77.1995.7282.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.44%
GREEN value IS 121 (47.66% from 255) = 78.57%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=8.44%
G=78.57%
B=12.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13121200.8900.830.53123.8980.626.27
HexD791459053357c511a
Octal151712413101236517412132
Binary11011111001101001011001010100111101011111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,121,20); }

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

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

 a { background-color: rgb(13,121,20); }

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

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

 span { border-color: rgb(13,121,20); }

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