#0D8315

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

Shades of Green #0D8315

Tints of Green #0D8315

Color information

#0D8315 (or 0x0D8315) is unknown color: approx Green. HEX triplet: 0D, 83 and 15. RGB value is (13,131,21). Sum of RGB (Red+Green+Blue) = 13+131+21=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 131 (51.56% from 255 or 79.39% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 131 - color contains mainly: green. Hex color #0D8315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8315 is #F27CEA. Grayscale: #535353. Windows color (decimal): -15891691 or 1409805. OLE color: 1409805.

HSL color Cylindrical-coordinate representation of color #0D8315: hue angle of 124.07º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8315 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1313121-
CMYK0.9000.840.49
HSL124.07º81.94%28.24%-
HSV(B)124.07º90.08%51.37%-
XYZ8.4216.373.43-
YUV83.1892.9177.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.88%
GREEN value IS 131 (51.56% from 255) = 79.39%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=7.88%
G=79.39%
B=12.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13131210.9000.840.49124.0781.9428.24
HexD83155A054317c521c
Octal152032513201246117412234
Binary110110000011101011011010010101001100011111100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,131,21); }

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

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

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

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

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

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

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