#157D0D

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

Shades of Green #157D0D

Tints of Green #157D0D

Color information

#157D0D (or 0x157D0D) is unknown color: approx Green. HEX triplet: 15, 7D and 0D. RGB value is (21,125,13). Sum of RGB (Red+Green+Blue) = 21+125+13=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 125 (49.22% from 255 or 78.62% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 125 - color contains mainly: green. Hex color #157D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157D0D is #EA82F2. Grayscale: #515151. Windows color (decimal): -15368947 or 883989. OLE color: 883989.

HSL color Cylindrical-coordinate representation of color #157D0D: hue angle of 115.71º 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 #157D0D is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB2112513-
CMYK0.8300.900.51
HSL115.71º81.16%27.06%-
HSV(B)115.71º89.6%49.02%-
XYZ7.7214.862.84-
YUV81.1489.5485.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 125 (49.22% from 255) = 78.62%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=13.21%
G=78.62%
B=8.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21125130.8300.900.51115.7181.1627.06
Hex157DD5305A3374511b
Octal251751512301326316412133
Binary10101111110111011010011010110101100111110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157D0D; }

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

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

<style>
 a { background-color: #157D0D; }

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

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

<style>
 span { border-color: #157D0D; }

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

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