#287131

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

Shades of San Felix #287131

Tints of San Felix #287131

Color information

#287131 (or 0x287131) is unknown color: approx San Felix. HEX triplet: 28, 71 and 31. RGB value is (40,113,49). Sum of RGB (Red+Green+Blue) = 40+113+49=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #287131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287131 is #D78ECE. Grayscale: #545454. Windows color (decimal): -14126799 or 3240232. OLE color: 3240232.

HSL color Cylindrical-coordinate representation of color #287131: hue angle of 127.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287131 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB4011349-
CMYK0.6500.570.56
HSL127.4º47.71%30%-
HSV(B)127.4º64.6%44.31%-
XYZ7.3312.484.93-
YUV83.88108.3296.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 113 (44.53% from 255) = 55.94%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=19.80%
G=55.94%
B=24.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40113490.6500.570.56127.447.7130
Hex28713141039387f301e
Octal5016161101071701776036
Binary101000111000111000110000010111001111000111111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287131; }

 p { color: rgb(40,113,49); }

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

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

 a { background-color: rgb(40,113,49); }

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

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

 span { border-color: rgb(40,113,49); }

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