Html Css Color HEX #156A1F San Felix

📋 copy color: '#156A1F'

red 21 ◦ green 106 ◦ blue 31

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

Shades of San Felix #156A1F

Tints of San Felix #156A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 67.09%

 BLUE value IS 31 (12.5% from 255) = 19.62%

R = 13.29%
G = 67.09%
B = 19.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#156A1F (or 0x156A1F) is known color: San Felix. HEX triplet: 15, 6A and 1F. RGB value is (21,106,31). Sum of RGB (Red+Green+Blue) = 21+106+31=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #156A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156A1F is #EA95E0. Grayscale: #484848. Windows color (decimal): -15373793 or 2058773. OLE color: 2058773.

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

Color convert

RGB 21 106 31 -
CMYK 0.80 0 0.71 0.58
HSL 127.06º 0.67% 0.25% -
HSV(B) 127.06º 0.8% 0.42% -
XYZ 5.71 10.57 3.03 -
YUV 72.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 21 106 31 0.80 0 0.71 0.58 127.06 0.67 0.25
Hex 15 6A 1F 50 0 47 3A 7F 43 19
Octal 25 152 37 120 0 107 72 177 103 31
Binary 10101 1101010 11111 1010000 0 1000111 111010 1111111 1000011 11001

Color Harmonies of #156A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156A1F

Black with #156A1F

Text Example


Text Example

White with #156A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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