Html Css Color HEX #12701F San Felix

📋 copy color: '#12701F'

red 18 ◦ green 112 ◦ blue 31

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

Shades of San Felix #12701F

Tints of San Felix #12701F

RGB

 RED value IS 18 (7.42% from 255) = 11.18%

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

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

R = 11.18%
G = 69.57%
B = 19.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#12701F (or 0x12701F) is known color: San Felix. HEX triplet: 12, 70 and 1F. RGB value is (18,112,31). Sum of RGB (Red+Green+Blue) = 18+112+31=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #12701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12701F is #ED8FE0. Grayscale: #4A4A4A. Windows color (decimal): -15568865 or 2060306. OLE color: 2060306.

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

Color convert

RGB 18 112 31 -
CMYK 0.84 0 0.72 0.56
HSL 128.3º 0.72% 0.25% -
HSV(B) 128.3º 0.84% 0.44% -
XYZ 6.29 11.82 3.25 -
YUV 74.66 103.36 87.59 -
System Red Green Blue C M Y K H S L
Decimal 18 112 31 0.84 0 0.72 0.56 128.3 0.72 0.25
Hex 12 70 1F 54 0 48 38 80 48 19
Octal 22 160 37 124 0 110 70 200 110 31
Binary 10010 1110000 11111 1010100 0 1001000 111000 10000000 1001000 11001

Color Harmonies of #12701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12701F

Black with #12701F

Text Example


Text Example

White with #12701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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