#286627

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

Shades of San Felix #286627

Tints of San Felix #286627

Color information

#286627 (or 0x286627) is unknown color: approx San Felix. HEX triplet: 28, 66 and 27. RGB value is (40,102,39). Sum of RGB (Red+Green+Blue) = 40+102+39=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #286627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286627 is #D799D8. Grayscale: #4C4C4C. Windows color (decimal): -14129625 or 2582056. OLE color: 2582056.

HSL color Cylindrical-coordinate representation of color #286627: hue angle of 119.05º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286627 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB4010239-
CMYK0.6100.620.6
HSL119.05º44.68%27.65%-
HSV(B)119.05º61.76%40%-
XYZ5.9910.13.55-
YUV76.28106.96102.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 102 (40.23% from 255) = 56.35%
BLUE value IS 39 (15.62% from 255) = 21.55%
R=22.10%
G=56.35%
B=21.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102390.6100.620.6119.0544.6827.65
Hex2866273D03E3C772d1c
Octal501464775076741675534
Binary10100011001101001111111010111110111100111011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286627; }

 p { color: rgb(40,102,39); }

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

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

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

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

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

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

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