#28702C

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

Shades of San Felix #28702C

Tints of San Felix #28702C

Color information

#28702C (or 0x28702C) is unknown color: approx San Felix. HEX triplet: 28, 70 and 2C. RGB value is (40,112,44). Sum of RGB (Red+Green+Blue) = 40+112+44=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #28702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28702C is #D78FD3. Grayscale: #525252. Windows color (decimal): -14127060 or 2912296. OLE color: 2912296.

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

Color convert

RGB4011244-
CMYK0.6400.610.56
HSL123.33º47.37%29.8%-
HSV(B)123.33º64.29%43.92%-
XYZ7.1212.224.37-
YUV82.72106.1597.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 112 (44.14% from 255) = 57.14%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=20.41%
G=57.14%
B=22.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112440.6400.610.56123.3347.3729.8
Hex28702C4003D387b2f1e
Octal5016054100075701735736
Binary101000111000010110010000000111101111000111101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28702C; }

 p { color: rgb(40,112,44); }

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

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

 a { background-color: rgb(40,112,44); }

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

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

 span { border-color: rgb(40,112,44); }

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