Html Css Color HEX #1A792A San Felix

📋 copy color: '#1A792A'

red 26 ◦ green 121 ◦ blue 42

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

Shades of San Felix #1A792A

Tints of San Felix #1A792A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 64.02%

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

R = 13.76%
G = 64.02%
B = 22.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#1A792A (or 0x1A792A) is known color: San Felix. HEX triplet: 1A, 79 and 2A. RGB value is (26,121,42). Sum of RGB (Red+Green+Blue) = 26+121+42=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 121 (47.66% from 255 or 64.02% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 121 - color contains mainly: green. Hex color #1A792A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A792A is #E586D5. Grayscale: #535353. Windows color (decimal): -15042262 or 2783514. OLE color: 2783514.

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

Color convert

RGB 26 121 42 -
CMYK 0.79 0 0.65 0.53
HSL 130.11º 0.65% 0.29% -
HSV(B) 130.11º 0.79% 0.47% -
XYZ 7.68 14.06 4.5 -
YUV 83.59 104.53 86.92 -
System Red Green Blue C M Y K H S L
Decimal 26 121 42 0.79 0 0.65 0.53 130.11 0.65 0.29
Hex 1A 79 2A 4F 0 41 35 82 41 1D
Octal 32 171 52 117 0 101 65 202 101 35
Binary 11010 1111001 101010 1001111 0 1000001 110101 10000010 1000001 11101

Color Harmonies of #1A792A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A792A

Black with #1A792A

Text Example


Text Example

White with #1A792A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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