#157213

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

Shades of Green #157213

Tints of Green #157213

Color information

#157213 (or 0x157213) is unknown color: approx Green. HEX triplet: 15, 72 and 13. RGB value is (21,114,19). Sum of RGB (Red+Green+Blue) = 21+114+19=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #157213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157213 is #EA8DEC. Grayscale: #4B4B4B. Windows color (decimal): -15371757 or 1274389. OLE color: 1274389.

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

Color convert

RGB2111419-
CMYK0.8200.830.55
HSL118.74º71.43%26.08%-
HSV(B)118.74º83.33%44.71%-
XYZ6.4412.242.64-
YUV75.3696.1989.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 114 (44.92% from 255) = 74.03%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=13.64%
G=74.03%
B=12.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114190.8200.830.55118.7471.4326.08
Hex157213520533777471a
Octal251622312201236716710732
Binary101011110010100111010010010100111101111110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157213; }

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

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

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

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

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

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

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

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