#156D1D

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

Shades of San Felix #156D1D

Tints of San Felix #156D1D

Color information

#156D1D (or 0x156D1D) is unknown color: approx San Felix. HEX triplet: 15, 6D and 1D. RGB value is (21,109,29). Sum of RGB (Red+Green+Blue) = 21+109+29=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 109 (42.97% from 255 or 68.55% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 109 - color contains mainly: green. Hex color #156D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156D1D is #EA92E2. Grayscale: #494949. Windows color (decimal): -15373027 or 1928469. OLE color: 1928469.

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

Color convert

RGB2110929-
CMYK0.8100.730.57
HSL125.45º67.69%25.49%-
HSV(B)125.45º80.73%42.75%-
XYZ611.193.01-
YUV73.57102.8590.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 109 (42.97% from 255) = 68.55%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=13.21%
G=68.55%
B=18.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21109290.8100.730.57125.4567.6925.49
Hex156D1D51049397d4419
Octal251553512101117117510431
Binary101011101101111011010001010010011110011111101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,109,29); }

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

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

 a { background-color: rgb(21,109,29); }

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

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

 span { border-color: rgb(21,109,29); }

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