#156B1D

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

Shades of San Felix #156B1D

Tints of San Felix #156B1D

Color information

#156B1D (or 0x156B1D) is unknown color: approx San Felix. HEX triplet: 15, 6B and 1D. RGB value is (21,107,29). Sum of RGB (Red+Green+Blue) = 21+107+29=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 107 (42.19% from 255 or 68.15% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 107 - color contains mainly: green. Hex color #156B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B1D is #EA94E2. Grayscale: #484848. Windows color (decimal): -15373539 or 1927957. OLE color: 1927957.

HSL color Cylindrical-coordinate representation of color #156B1D: hue angle of 125.58º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B1D is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB2110729-
CMYK0.8000.730.58
HSL125.58º67.19%25.1%-
HSV(B)125.58º80.37%41.96%-
XYZ5.7910.762.93-
YUV72.39103.5191.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 107 (42.19% from 255) = 68.15%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=13.38%
G=68.15%
B=18.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107290.8000.730.58125.5867.1925.1
Hex156B1D500493A7e4319
Octal251533512001117217610331
Binary101011101011111011010000010010011110101111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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