#157200

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

Shades of Green #157200

Tints of Green #157200

Color information

#157200 (or 0x157200) is unknown color: approx Green. HEX triplet: 15, 72 and 00. RGB value is (21,114,0). Sum of RGB (Red+Green+Blue) = 21+114+0=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 114 (44.92% from 255 or 84.44% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 114 - color contains mainly: green. Hex color #157200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157200 is #EA8DFF. Grayscale: #494949. Windows color (decimal): -15371776 or 29205. OLE color: 29205.

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

Color convert

RGB211140-
CMYK0.82010.55
HSL108.95º100%22.35%-
HSV(B)108.95º100%44.71%-
XYZ6.3312.192.02-
YUV73.286.6990.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 114 (44.92% from 255) = 84.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.56%
G=84.44%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2111400.82010.55108.9510022.35
Hex1572052064376d6416
Octal25162012201446715514426
Binary10101111001001010010011001001101111101101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157200; }

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

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

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

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

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

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

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

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