#0D7C15

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

Shades of Green #0D7C15

Tints of Green #0D7C15

Color information

#0D7C15 (or 0x0D7C15) is unknown color: approx Green. HEX triplet: 0D, 7C and 15. RGB value is (13,124,21). Sum of RGB (Red+Green+Blue) = 13+124+21=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 124 (48.83% from 255 or 78.48% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7C15 is #F283EA. Grayscale: #4F4F4F. Windows color (decimal): -15893483 or 1408013. OLE color: 1408013.

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

Color convert

RGB1312421-
CMYK0.9000.830.51
HSL124.32º81.02%26.86%-
HSV(B)124.32º89.52%48.63%-
XYZ7.5114.563.12-
YUV79.0795.2380.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.23%
GREEN value IS 124 (48.83% from 255) = 78.48%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=8.23%
G=78.48%
B=13.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13124210.9000.830.51124.3281.0226.86
HexD7C155A053337c511b
Octal151742513201236317412133
Binary11011111100101011011010010100111100111111100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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