#287438

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

Shades of San Felix #287438

Tints of San Felix #287438

Color information

#287438 (or 0x287438) is unknown color: approx San Felix. HEX triplet: 28, 74 and 38. RGB value is (40,116,56). Sum of RGB (Red+Green+Blue) = 40+116+56=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #287438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287438 is #D78BC7. Grayscale: #565656. Windows color (decimal): -14126024 or 3699752. OLE color: 3699752.

HSL color Cylindrical-coordinate representation of color #287438: hue angle of 132.63º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287438 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB4011656-
CMYK0.6600.520.55
HSL132.63º48.72%30.59%-
HSV(B)132.63º65.52%45.49%-
XYZ7.8313.235.88-
YUV86.44110.8294.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 116 (45.70% from 255) = 54.72%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=18.87%
G=54.72%
B=26.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40116560.6600.520.55132.6348.7230.59
Hex287438420343785311f
Octal5016470102064672056137
Binary1010001110100111000100001001101001101111000010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287438; }

 p { color: rgb(40,116,56); }

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

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

 a { background-color: rgb(40,116,56); }

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

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

 span { border-color: rgb(40,116,56); }

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