#0D6211

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

Shades of Green #0D6211

Tints of Green #0D6211

Color information

#0D6211 (or 0x0D6211) is unknown color: approx Green. HEX triplet: 0D, 62 and 11. RGB value is (13,98,17). Sum of RGB (Red+Green+Blue) = 13+98+17=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6211 is #F29DEE. Grayscale: #3F3F3F. Windows color (decimal): -15900143 or 1139213. OLE color: 1139213.

HSL color Cylindrical-coordinate representation of color #0D6211: hue angle of 122.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6211 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB139817-
CMYK0.8700.830.62
HSL122.82º76.58%21.76%-
HSV(B)122.82º86.73%38.43%-
XYZ4.638.862-
YUV63.35101.8492.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 98 (38.67% from 255) = 76.56%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=10.16%
G=76.56%
B=13.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1398170.8700.830.62122.8276.5821.76
HexD6211570533E7b4d16
Octal151422112701237617311526
Binary11011100010100011010111010100111111101111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,98,17); }

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

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

 a { background-color: rgb(13,98,17); }

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

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

 span { border-color: rgb(13,98,17); }

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