#286F2C

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

Shades of San Felix #286F2C

Tints of San Felix #286F2C

Color information

#286F2C (or 0x286F2C) is unknown color: approx San Felix. HEX triplet: 28, 6F and 2C. RGB value is (40,111,44). Sum of RGB (Red+Green+Blue) = 40+111+44=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #286F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286F2C is #D790D3. Grayscale: #525252. Windows color (decimal): -14127316 or 2912040. OLE color: 2912040.

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

Color convert

RGB4011144-
CMYK0.6400.600.56
HSL123.38º47.02%29.61%-
HSV(B)123.38º63.96%43.53%-
XYZ7.01124.33-
YUV82.13106.4897.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.51%
GREEN value IS 111 (43.75% from 255) = 56.92%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=20.51%
G=56.92%
B=22.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40111440.6400.600.56123.3847.0229.61
Hex286F2C4003C387b2f1e
Octal5015754100074701735736
Binary101000110111110110010000000111100111000111101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,111,44); }

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

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

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

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

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

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

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