#286825

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

Shades of San Felix #286825

Tints of San Felix #286825

Color information

#286825 (or 0x286825) is unknown color: approx San Felix. HEX triplet: 28, 68 and 25. RGB value is (40,104,37). Sum of RGB (Red+Green+Blue) = 40+104+37=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #286825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286825 is #D797DA. Grayscale: #4D4D4D. Windows color (decimal): -14129115 or 2451496. OLE color: 2451496.

HSL color Cylindrical-coordinate representation of color #286825: hue angle of 117.31º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286825 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB4010437-
CMYK0.6200.640.59
HSL117.31º47.52%27.65%-
HSV(B)117.31º64.42%40.78%-
XYZ6.1610.493.45-
YUV77.23105.3101.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 37 (14.84% from 255) = 20.44%
R=22.10%
G=57.46%
B=20.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104370.6200.640.59117.3147.5227.65
Hex2868253E0403B75301c
Octal5015045760100731656034
Binary101000110100010010111111001000000111011111010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286825; }

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

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

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

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

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

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

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

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