Html Css Color HEX #1A701B San Felix

📋 copy color: '#1A701B'

red 26 ◦ green 112 ◦ blue 27

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

Shades of San Felix #1A701B

Tints of San Felix #1A701B

RGB

 RED value IS 26 (10.55% from 255) = 15.76%

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

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 15.76%
G = 67.88%
B = 16.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#1A701B (or 0x1A701B) is known color: San Felix. HEX triplet: 1A, 70 and 1B. RGB value is (26,112,27). Sum of RGB (Red+Green+Blue) = 26+112+27=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #1A701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A701B is #E58FE4. Grayscale: #4C4C4C. Windows color (decimal): -15044581 or 1798170. OLE color: 1798170.

HSL color Cylindrical-coordinate representation of color #1A701B: hue angle of 120.7º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A701B is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 112 27 -
CMYK 0.77 0 0.76 0.56
HSL 120.7º 0.62% 0.27% -
HSV(B) 120.7º 0.77% 0.44% -
XYZ 6.42 11.89 2.99 -
YUV 76.6 100.01 91.91 -
System Red Green Blue C M Y K H S L
Decimal 26 112 27 0.77 0 0.76 0.56 120.7 0.62 0.27
Hex 1A 70 1B 4D 0 4C 38 79 3E 1B
Octal 32 160 33 115 0 114 70 171 76 33
Binary 11010 1110000 11011 1001101 0 1001100 111000 1111001 111110 11011

Color Harmonies of #1A701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A701B

Black with #1A701B

Text Example


Text Example

White with #1A701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A701B; }

 p { color: rgb(26,112,27); }

 H1.HeaderClassName
 {
   color: #1A701B;
 }
 .AnyTagClassName
 {
   color: #1A701B;
 }
</style>

background-color css

<style>
 a { background-color: #1A701B; }

 a { background-color: rgb(26,112,27); }

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

border-color css

<style>
 span { border-color: #1A701B; }

 span { border-color: rgb(26,112,27); }

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