Html Css Color HEX #1A721F San Felix

📋 copy color: '#1A721F'

red 26 ◦ green 114 ◦ blue 31

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

Shades of San Felix #1A721F

Tints of San Felix #1A721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 66.67%

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

R = 15.2%
G = 66.67%
B = 18.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#1A721F (or 0x1A721F) is known color: San Felix. HEX triplet: 1A, 72 and 1F. RGB value is (26,114,31). Sum of RGB (Red+Green+Blue) = 26+114+31=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 114 (44.92% from 255 or 66.67% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 114 - color contains mainly: green. Hex color #1A721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A721F is #E58DE0. Grayscale: #4E4E4E. Windows color (decimal): -15044065 or 2060826. OLE color: 2060826.

HSL color Cylindrical-coordinate representation of color #1A721F: hue angle of 123.41º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A721F is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 114 31 -
CMYK 0.77 0 0.73 0.55
HSL 123.41º 0.63% 0.27% -
HSV(B) 123.41º 0.77% 0.45% -
XYZ 6.69 12.35 3.33 -
YUV 78.23 101.35 90.75 -
System Red Green Blue C M Y K H S L
Decimal 26 114 31 0.77 0 0.73 0.55 123.41 0.63 0.27
Hex 1A 72 1F 4D 0 49 37 7B 3F 1B
Octal 32 162 37 115 0 111 67 173 77 33
Binary 11010 1110010 11111 1001101 0 1001001 110111 1111011 111111 11011

Color Harmonies of #1A721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A721F

Black with #1A721F

Text Example


Text Example

White with #1A721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,114,31); }

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

background-color css

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

 a { background-color: rgb(26,114,31); }

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

border-color css

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

 span { border-color: rgb(26,114,31); }

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