#0D7812

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

Shades of Green #0D7812

Tints of Green #0D7812

Color information

#0D7812 (or 0x0D7812) is unknown color: approx Green. HEX triplet: 0D, 78 and 12. RGB value is (13,120,18). Sum of RGB (Red+Green+Blue) = 13+120+18=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 120 (47.27% from 255 or 79.47% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 120 - color contains mainly: green. Hex color #0D7812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7812 is #F287ED. Grayscale: #4C4C4C. Windows color (decimal): -15894510 or 1210381. OLE color: 1210381.

HSL color Cylindrical-coordinate representation of color #0D7812: hue angle of 122.8º degrees, saturation: 0.8, 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 #0D7812 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1312018-
CMYK0.8900.850.53
HSL122.8º80.45%26.08%-
HSV(B)122.8º89.17%47.06%-
XYZ6.9913.562.82-
YUV76.3895.0582.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 120 (47.27% from 255) = 79.47%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=8.61%
G=79.47%
B=11.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13120180.8900.850.53122.880.4526.08
HexD781259055357b501a
Octal151702213101256517312032
Binary11011111000100101011001010101011101011111011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,120,18); }

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

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

 a { background-color: rgb(13,120,18); }

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

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

 span { border-color: rgb(13,120,18); }

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