#1C792A

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

Shades of San Felix #1C792A

Tints of San Felix #1C792A

Color information

#1C792A (or 0x1C792A) is unknown color: approx San Felix. HEX triplet: 1C, 79 and 2A. RGB value is (28,121,42). Sum of RGB (Red+Green+Blue) = 28+121+42=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 121 (47.66% from 255 or 63.35% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 121 - color contains mainly: green. Hex color #1C792A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C792A is #E386D5. Grayscale: #545454. Windows color (decimal): -14911190 or 2783516. OLE color: 2783516.

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

Color convert

RGB2812142-
CMYK0.7700.650.53
HSL129.03º62.42%29.22%-
HSV(B)129.03º76.86%47.45%-
XYZ7.7314.094.5-
YUV84.19104.1987.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 121 (47.66% from 255) = 63.35%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=14.66%
G=63.35%
B=21.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28121420.7700.650.53129.0362.4229.22
Hex1C792A4D04135813e1d
Octal34171521150101652017635
Binary1110011110011010101001101010000011101011000000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C792A;
 }
 .AnyTagClassName
 {
   color: #1C792A;
 }
</style>
background-color css

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

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

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

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

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

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