#286B33

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

Shades of San Felix #286B33

Tints of San Felix #286B33

Color information

#286B33 (or 0x286B33) is unknown color: approx San Felix. HEX triplet: 28, 6B and 33. RGB value is (40,107,51). Sum of RGB (Red+Green+Blue) = 40+107+51=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #286B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B33 is #D794CC. Grayscale: #505050. Windows color (decimal): -14128333 or 3369768. OLE color: 3369768.

HSL color Cylindrical-coordinate representation of color #286B33: hue angle of 129.85º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286B33 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB4010751-
CMYK0.6300.520.58
HSL129.85º45.58%28.82%-
HSV(B)129.85º62.62%41.96%-
XYZ6.7311.214.94-
YUV80.58111.399.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 107 (42.19% from 255) = 54.04%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=20.20%
G=54.04%
B=25.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40107510.6300.520.58129.8545.5828.82
Hex286B333F0343A822e1d
Octal501536377064722025635
Binary101000110101111001111111101101001110101000001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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