Html Css Color HEX #1A772A San Felix

📋 copy color: '#1A772A'

red 26 ◦ green 119 ◦ blue 42

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

Shades of San Felix #1A772A

Tints of San Felix #1A772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 63.64%

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 13.9%
G = 63.64%
B = 22.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#1A772A (or 0x1A772A) is known color: San Felix. HEX triplet: 1A, 77 and 2A. RGB value is (26,119,42). Sum of RGB (Red+Green+Blue) = 26+119+42=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #1A772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A772A is #E588D5. Grayscale: #525252. Windows color (decimal): -15042774 or 2783002. OLE color: 2783002.

HSL color Cylindrical-coordinate representation of color #1A772A: hue angle of 130.32º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A772A is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 26 119 42 -
CMYK 0.78 0 0.65 0.53
HSL 130.32º 0.64% 0.28% -
HSV(B) 130.32º 0.78% 0.47% -
XYZ 7.44 13.58 4.42 -
YUV 82.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 26 119 42 0.78 0 0.65 0.53 130.32 0.64 0.28
Hex 1A 77 2A 4E 0 41 35 82 40 1C
Octal 32 167 52 116 0 101 65 202 100 34
Binary 11010 1110111 101010 1001110 0 1000001 110101 10000010 1000000 11100

Color Harmonies of #1A772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A772A

Black with #1A772A

Text Example


Text Example

White with #1A772A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,119,42); }

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

background-color css

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

 a { background-color: rgb(26,119,42); }

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

border-color css

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

 span { border-color: rgb(26,119,42); }

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