#0D850D

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

Shades of Green #0D850D

Tints of Green #0D850D

Color information

#0D850D (or 0x0D850D) is unknown color: approx Green. HEX triplet: 0D, 85 and 0D. RGB value is (13,133,13). Sum of RGB (Red+Green+Blue) = 13+133+13=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 133 (52.34% from 255 or 83.65% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 133 - color contains mainly: green. Hex color #0D850D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D850D is #F27AF2. Grayscale: #535353. Windows color (decimal): -15891187 or 886029. OLE color: 886029.

HSL color Cylindrical-coordinate representation of color #0D850D: hue angle of 120º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D850D is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1313313-
CMYK0.9000.900.48
HSL120º82.19%28.63%-
HSV(B)120º90.23%52.16%-
XYZ8.6316.893.19-
YUV83.4488.2477.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.18%
GREEN value IS 133 (52.34% from 255) = 83.65%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=8.18%
G=83.65%
B=8.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13133130.9000.900.4812082.1928.63
HexD85D5A05A3078521d
Octal152051513201326017012235
Binary11011000010111011011010010110101100001111000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D850D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,133,13); }

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

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

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

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

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

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

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