#286F33

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

Shades of San Felix #286F33

Tints of San Felix #286F33

Color information

#286F33 (or 0x286F33) is unknown color: approx San Felix. HEX triplet: 28, 6F and 33. RGB value is (40,111,51). Sum of RGB (Red+Green+Blue) = 40+111+51=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #286F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286F33 is #D790CC. Grayscale: #535353. Windows color (decimal): -14127309 or 3370792. OLE color: 3370792.

HSL color Cylindrical-coordinate representation of color #286F33: hue angle of 129.3º 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 #286F33 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB4011151-
CMYK0.6400.540.56
HSL129.3º47.02%29.61%-
HSV(B)129.3º63.96%43.53%-
XYZ7.1612.065.08-
YUV82.93109.9897.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 111 (43.75% from 255) = 54.95%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=19.80%
G=54.95%
B=25.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40111510.6400.540.56129.347.0229.61
Hex286F334003638812f1e
Octal5015763100066702015736
Binary1010001101111110011100000001101101110001000000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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