#1C772A

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

Shades of San Felix #1C772A

Tints of San Felix #1C772A

Color information

#1C772A (or 0x1C772A) is unknown color: approx San Felix. HEX triplet: 1C, 77 and 2A. RGB value is (28,119,42). Sum of RGB (Red+Green+Blue) = 28+119+42=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #1C772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C772A is #E388D5. Grayscale: #535353. Windows color (decimal): -14911702 or 2783004. OLE color: 2783004.

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

Color convert

RGB2811942-
CMYK0.7600.650.53
HSL129.23º61.9%28.82%-
HSV(B)129.23º76.47%46.67%-
XYZ7.4913.614.42-
YUV83.01104.8588.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.81%
GREEN value IS 119 (46.88% from 255) = 62.96%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=14.81%
G=62.96%
B=22.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28119420.7600.650.53129.2361.928.82
Hex1C772A4C04135813e1d
Octal34167521140101652017635
Binary1110011101111010101001100010000011101011000000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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