#286E28

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

Shades of San Felix #286E28

Tints of San Felix #286E28

Color information

#286E28 (or 0x286E28) is unknown color: approx San Felix. HEX triplet: 28, 6E and 28. RGB value is (40,110,40). Sum of RGB (Red+Green+Blue) = 40+110+40=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #286E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E28 is #D791D7. Grayscale: #515151. Windows color (decimal): -14127576 or 2649640. OLE color: 2649640.

HSL color Cylindrical-coordinate representation of color #286E28: hue angle of 120º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E28 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB4011040-
CMYK0.6400.640.57
HSL120º46.67%29.41%-
HSV(B)120º63.64%43.14%-
XYZ6.8311.763.92-
YUV81.09104.8198.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 110 (43.36% from 255) = 57.89%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=21.05%
G=57.89%
B=21.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40110400.6400.640.5712046.6729.41
Hex286E284004039782f1d
Octal50156501000100711705735
Binary1010001101110101000100000001000000111001111100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286E28; }

 p { color: rgb(40,110,40); }

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

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

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

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

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

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

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