#156E1F

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

Shades of San Felix #156E1F

Tints of San Felix #156E1F

Color information

#156E1F (or 0x156E1F) is unknown color: approx San Felix. HEX triplet: 15, 6E and 1F. RGB value is (21,110,31). Sum of RGB (Red+Green+Blue) = 21+110+31=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 110 (43.36% from 255 or 67.90% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 110 - color contains mainly: green. Hex color #156E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156E1F is #EA91E0. Grayscale: #4A4A4A. Windows color (decimal): -15372769 or 2059797. OLE color: 2059797.

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

Color convert

RGB2111031-
CMYK0.8100.720.57
HSL126.74º67.94%25.69%-
HSV(B)126.74º80.91%43.14%-
XYZ6.1311.413.18-
YUV74.38103.5189.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 110 (43.36% from 255) = 67.90%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=12.96%
G=67.90%
B=19.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21110310.8100.720.57126.7467.9425.69
Hex156E1F51048397f441a
Octal251563712101107117710432
Binary101011101110111111010001010010001110011111111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,110,31); }

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

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

 a { background-color: rgb(21,110,31); }

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

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

 span { border-color: rgb(21,110,31); }

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