#1F772D

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

Shades of San Felix #1F772D

Tints of San Felix #1F772D

Color information

#1F772D (or 0x1F772D) is unknown color: approx San Felix. HEX triplet: 1F, 77 and 2D. RGB value is (31,119,45). Sum of RGB (Red+Green+Blue) = 31+119+45=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #1F772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F772D is #E088D2. Grayscale: #545454. Windows color (decimal): -14715091 or 2979615. OLE color: 2979615.

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

Color convert

RGB3111945-
CMYK0.7400.620.53
HSL129.55º58.67%29.41%-
HSV(B)129.55º73.95%46.67%-
XYZ7.6413.674.72-
YUV84.25105.8590.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 119 (46.88% from 255) = 61.03%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=15.90%
G=61.03%
B=23.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31119450.7400.620.53129.5558.6729.41
Hex1F772D4A03E35823b1d
Octal3716755112076652027335
Binary111111110111101101100101001111101101011000001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,119,45); }

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

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

 a { background-color: rgb(31,119,45); }

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

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

 span { border-color: rgb(31,119,45); }

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