#286126

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

Shades of San Felix #286126

Tints of San Felix #286126

Color information

#286126 (or 0x286126) is unknown color: approx San Felix. HEX triplet: 28, 61 and 26. RGB value is (40,97,38). Sum of RGB (Red+Green+Blue) = 40+97+38=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #286126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286126 is #D79ED9. Grayscale: #494949. Windows color (decimal): -14130906 or 2515240. OLE color: 2515240.

HSL color Cylindrical-coordinate representation of color #286126: hue angle of 117.97º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #286126 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB409738-
CMYK0.5900.610.62
HSL117.97º43.7%26.47%-
HSV(B)117.97º60.82%38.04%-
XYZ5.59.143.31-
YUV73.23108.12104.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=22.86%
G=55.43%
B=21.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097380.5900.610.62117.9743.726.47
Hex2861263B03D3E762c1a
Octal501414673075761665432
Binary10100011000011001101110110111101111110111011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286126; }

 p { color: rgb(40,97,38); }

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

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

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

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

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

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

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