#286125

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

Shades of San Felix #286125

Tints of San Felix #286125

Color information

#286125 (or 0x286125) is unknown color: approx San Felix. HEX triplet: 28, 61 and 25. RGB value is (40,97,37). Sum of RGB (Red+Green+Blue) = 40+97+37=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #286125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286125 is #D79EDA. Grayscale: #494949. Windows color (decimal): -14130907 or 2449704. OLE color: 2449704.

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

Color convert

RGB409737-
CMYK0.5900.620.62
HSL117º44.78%26.27%-
HSV(B)117º61.86%38.04%-
XYZ5.489.133.22-
YUV73.12107.62104.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=22.99%
G=55.75%
B=21.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097370.5900.620.6211744.7826.27
Hex2861253B03E3E752d1a
Octal501414573076761655532
Binary10100011000011001011110110111110111110111010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286125; }

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

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

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

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

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

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

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

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