Html Css Color HEX #12701E San Felix

📋 copy color: '#12701E'

red 18 ◦ green 112 ◦ blue 30

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

Shades of San Felix #12701E

Tints of San Felix #12701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 11.25%
G = 70%
B = 18.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#12701E (or 0x12701E) is known color: San Felix. HEX triplet: 12, 70 and 1E. RGB value is (18,112,30). Sum of RGB (Red+Green+Blue) = 18+112+30=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #12701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12701E is #ED8FE1. Grayscale: #4A4A4A. Windows color (decimal): -15568866 or 1994770. OLE color: 1994770.

HSL color Cylindrical-coordinate representation of color #12701E: hue angle of 127.66º 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 #12701E is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 30 -
CMYK 0.84 0 0.73 0.56
HSL 127.66º 0.72% 0.25% -
HSV(B) 127.66º 0.84% 0.44% -
XYZ 6.28 11.81 3.18 -
YUV 74.55 102.86 87.67 -
System Red Green Blue C M Y K H S L
Decimal 18 112 30 0.84 0 0.73 0.56 127.66 0.72 0.25
Hex 12 70 1E 54 0 49 38 80 48 19
Octal 22 160 36 124 0 111 70 200 110 31
Binary 10010 1110000 11110 1010100 0 1001001 111000 10000000 1001000 11001

Color Harmonies of #12701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12701E

Black with #12701E

Text Example


Text Example

White with #12701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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