#156F21

Color #156F21 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #156F21

Tints of San Felix #156F21

Color information

#156F21 (or 0x156F21) is unknown color: approx San Felix. HEX triplet: 15, 6F and 21. RGB value is (21,111,33). Sum of RGB (Red+Green+Blue) = 21+111+33=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 111 (43.75% from 255 or 67.27% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 111 - color contains mainly: green. Hex color #156F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156F21 is #EA90DE. Grayscale: #4B4B4B. Windows color (decimal): -15372511 or 2191125. OLE color: 2191125.

HSL color Cylindrical-coordinate representation of color #156F21: hue angle of 128º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156F21 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB2111133-
CMYK0.8100.700.56
HSL128º68.18%25.88%-
HSV(B)128º81.08%43.53%-
XYZ6.2711.643.35-
YUV75.2104.1889.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 111 (43.75% from 255) = 67.27%
BLUE value IS 33 (13.28% from 255) = 20%
R=12.73%
G=67.27%
B=20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21111330.8100.700.5612868.1825.88
Hex156F21510463880441a
Octal251574112101067020010432
Binary10101110111110000110100010100011011100010000000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156F21; }

 p { color: rgb(21,111,33); }

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

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

 a { background-color: rgb(21,111,33); }

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

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

 span { border-color: rgb(21,111,33); }

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