#0D7119

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

Shades of Green #0D7119

Tints of Green #0D7119

Color information

#0D7119 (or 0x0D7119) is unknown color: approx Green. HEX triplet: 0D, 71 and 19. RGB value is (13,113,25). Sum of RGB (Red+Green+Blue) = 13+113+25=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7119 is #F28EE6. Grayscale: #494949. Windows color (decimal): -15896295 or 1667341. OLE color: 1667341.

HSL color Cylindrical-coordinate representation of color #0D7119: hue angle of 127.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7119 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1311325-
CMYK0.8800.780.56
HSL127.2º79.37%24.71%-
HSV(B)127.2º88.5%44.31%-
XYZ6.2511.972.9-
YUV73.07100.8785.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 113 (44.53% from 255) = 74.83%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=8.61%
G=74.83%
B=16.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13113250.8800.780.56127.279.3724.71
HexD71195804E387f4f19
Octal151613113001167017711731
Binary11011110001110011011000010011101110001111111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,113,25); }

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

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

 a { background-color: rgb(13,113,25); }

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

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

 span { border-color: rgb(13,113,25); }

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