#1a792a

Color #1A792A San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #1A792A

Tints of San Felix #1A792A

Color information

#1A792A (or 0x1A792A) is unknown color: approx 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

RGB2612142-
CMYK0.7900.650.53
HSL130.11º64.63%28.82%-
HSV(B)130.11º78.51%47.45%-
XYZ7.6814.064.5-
YUV83.59104.5386.92-

RGB Variations

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

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.80% from 255) = 22.22%
R=13.76%
G=64.02%
B=22.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26121420.7900.650.53130.1164.6328.82
Hex1A792A4F0413582411d
Octal321715211701016520210135
Binary11010111100110101010011110100000111010110000010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a792a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>