#28775F

Color #28775F Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #28775F

Tints of Genoa #28775F

Color information

#28775F (or 0x28775F) is unknown color: approx Genoa. HEX triplet: 28, 77 and 5F. RGB value is (40,119,95). Sum of RGB (Red+Green+Blue) = 40+119+95=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #28775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28775F is #D788A0. Grayscale: #5C5C5C. Windows color (decimal): -14125217 or 6256424. OLE color: 6256424.

HSL color Cylindrical-coordinate representation of color #28775F: hue angle of 161.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28775F is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB4011995-
CMYK0.6600.200.53
HSL161.77º49.69%31.18%-
HSV(B)161.77º66.39%46.67%-
XYZ9.5414.4713.12-
YUV92.64129.3390.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.75%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 95 (37.5% from 255) = 37.40%
R=15.75%
G=46.85%
B=37.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119950.6600.200.53161.7749.6931.18
Hex28775F4201435a2321f
Octal50167137102024652426237
Binary1010001110111101111110000100101001101011010001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28775F; }

 p { color: rgb(40,119,95); }

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

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

 a { background-color: rgb(40,119,95); }

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

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

 span { border-color: rgb(40,119,95); }

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