Html Css Color HEX #15701F San Felix

📋 copy color: '#15701F'

red 21 ◦ green 112 ◦ blue 31

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

Shades of San Felix #15701F

Tints of San Felix #15701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 68.29%

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

R = 12.8%
G = 68.29%
B = 18.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#15701F (or 0x15701F) is known color: San Felix. HEX triplet: 15, 70 and 1F. RGB value is (21,112,31). Sum of RGB (Red+Green+Blue) = 21+112+31=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #15701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15701F is #EA8FE0. Grayscale: #4B4B4B. Windows color (decimal): -15372257 or 2060309. OLE color: 2060309.

HSL color Cylindrical-coordinate representation of color #15701F: hue angle of 126.59º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15701F is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 31 -
CMYK 0.81 0 0.72 0.56
HSL 126.59º 0.68% 0.26% -
HSV(B) 126.59º 0.81% 0.44% -
XYZ 6.35 11.85 3.25 -
YUV 75.56 102.85 89.09 -
System Red Green Blue C M Y K H S L
Decimal 21 112 31 0.81 0 0.72 0.56 126.59 0.68 0.26
Hex 15 70 1F 51 0 48 38 7F 44 1A
Octal 25 160 37 121 0 110 70 177 104 32
Binary 10101 1110000 11111 1010001 0 1001000 111000 1111111 1000100 11010

Color Harmonies of #15701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15701F

Black with #15701F

Text Example


Text Example

White with #15701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15701F; }

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

 H1.HeaderClassName
 {
   color: #15701F;
 }
 .AnyTagClassName
 {
   color: #15701F;
 }
</style>

background-color css

<style>
 a { background-color: #15701F; }

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

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

border-color css

<style>
 span { border-color: #15701F; }

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

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