#157211

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

Shades of Green #157211

Tints of Green #157211

Color information

#157211 (or 0x157211) is unknown color: approx Green. HEX triplet: 15, 72 and 11. RGB value is (21,114,17). Sum of RGB (Red+Green+Blue) = 21+114+17=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #157211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157211 is #EA8DEE. Grayscale: #4B4B4B. Windows color (decimal): -15371759 or 1143317. OLE color: 1143317.

HSL color Cylindrical-coordinate representation of color #157211: hue angle of 117.53º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157211 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB2111417-
CMYK0.8200.850.55
HSL117.53º74.05%25.69%-
HSV(B)117.53º85.09%44.71%-
XYZ6.4312.232.55-
YUV75.1395.1989.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 114 (44.92% from 255) = 75%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=13.82%
G=75%
B=11.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114170.8200.850.55117.5374.0525.69
Hex1572115205537764a1a
Octal251622112201256716611232
Binary101011110010100011010010010101011101111110110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157211; }

 p { color: rgb(21,114,17); }

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

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

 a { background-color: rgb(21,114,17); }

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

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

 span { border-color: rgb(21,114,17); }

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