#287020

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

Shades of San Felix #287020

Tints of San Felix #287020

Color information

#287020 (or 0x287020) is unknown color: approx San Felix. HEX triplet: 28, 70 and 20. RGB value is (40,112,32). Sum of RGB (Red+Green+Blue) = 40+112+32=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #287020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287020 is #D78FDF. Grayscale: #515151. Windows color (decimal): -14127072 or 2125864. OLE color: 2125864.

HSL color Cylindrical-coordinate representation of color #287020: hue angle of 114º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #287020 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB4011232-
CMYK0.6400.710.56
HSL114º55.56%28.24%-
HSV(B)114º71.43%43.92%-
XYZ6.9312.143.35-
YUV81.35100.1598.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 112 (44.14% from 255) = 60.87%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=21.74%
G=60.87%
B=17.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112320.6400.710.5611455.5628.24
Hex287020400473872381c
Octal50160401000107701627034
Binary1010001110000100000100000001000111111000111001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287020; }

 p { color: rgb(40,112,32); }

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

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

 a { background-color: rgb(40,112,32); }

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

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

 span { border-color: rgb(40,112,32); }

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