Html Css Color HEX #156C1F San Felix

📋 copy color: '#156C1F'

red 21 ◦ green 108 ◦ blue 31

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

Shades of San Felix #156C1F

Tints of San Felix #156C1F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 67.5%

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

R = 13.13%
G = 67.5%
B = 19.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#156C1F (or 0x156C1F) is known color: San Felix. HEX triplet: 15, 6C and 1F. RGB value is (21,108,31). Sum of RGB (Red+Green+Blue) = 21+108+31=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 108 (42.58% from 255 or 67.5% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 108 - color contains mainly: green. Hex color #156C1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C1F is #EA93E0. Grayscale: #494949. Windows color (decimal): -15373281 or 2059285. OLE color: 2059285.

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

Color convert

RGB 21 108 31 -
CMYK 0.81 0 0.71 0.58
HSL 126.9º 0.67% 0.25% -
HSV(B) 126.9º 0.81% 0.42% -
XYZ 5.92 10.98 3.1 -
YUV 73.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 21 108 31 0.81 0 0.71 0.58 126.9 0.67 0.25
Hex 15 6C 1F 51 0 47 3A 7F 43 19
Octal 25 154 37 121 0 107 72 177 103 31
Binary 10101 1101100 11111 1010001 0 1000111 111010 1111111 1000011 11001

Color Harmonies of #156C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156C1F

Black with #156C1F

Text Example


Text Example

White with #156C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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