Html Css Color HEX #156D20 San Felix

📋 copy color: '#156D20'

red 21 ◦ green 109 ◦ blue 32

#156D20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #156D20

Tints of San Felix #156D20

RGB

 RED value IS 21 (8.59% from 255) = 12.96%

 GREEN value IS 109 (42.97% from 255) = 67.28%

 BLUE value IS 32 (12.89% from 255) = 19.75%

R = 12.96%
G = 67.28%
B = 19.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#156D20 (or 0x156D20) is known color: San Felix. HEX triplet: 15, 6D and 20. RGB value is (21,109,32). Sum of RGB (Red+Green+Blue) = 21+109+32=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 109 (42.97% from 255 or 67.28% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 109 - color contains mainly: green. Hex color #156D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156D20 is #EA92DF. Grayscale: #4A4A4A. Windows color (decimal): -15373024 or 2125077. OLE color: 2125077.

HSL color Cylindrical-coordinate representation of color #156D20: hue angle of 127.5º 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 #156D20 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 109 32 -
CMYK 0.81 0 0.71 0.57
HSL 127.5º 0.68% 0.25% -
HSV(B) 127.5º 0.81% 0.43% -
XYZ 6.04 11.2 3.21 -
YUV 73.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 21 109 32 0.81 0 0.71 0.57 127.5 0.68 0.25
Hex 15 6D 20 51 0 47 39 80 44 19
Octal 25 155 40 121 0 107 71 200 104 31
Binary 10101 1101101 100000 1010001 0 1000111 111001 10000000 1000100 11001

Color Harmonies of #156D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156D20

Black with #156D20

Text Example


Text Example

White with #156D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #156D20;
 }
 .AnyTagClassName
 {
   color: #156D20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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