#28817F

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

Shades of Atoll #28817F

Tints of Atoll #28817F

Color information

#28817F (or 0x28817F) is unknown color: approx Atoll. HEX triplet: 28, 81 and 7F. RGB value is (40,129,127). Sum of RGB (Red+Green+Blue) = 40+129+127=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #28817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28817F is #D77E80. Grayscale: #666666. Windows color (decimal): -14122625 or 8356136. OLE color: 8356136.

HSL color Cylindrical-coordinate representation of color #28817F: hue angle of 178.65º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28817F is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB40129127-
CMYK0.6900.020.49
HSL178.65º52.66%33.14%-
HSV(B)178.65º68.99%50.59%-
XYZ12.5617.6822.83-
YUV102.16142.0183.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 129 (50.78% from 255) = 43.58%
BLUE value IS 127 (50% from 255) = 42.91%
R=13.51%
G=43.58%
B=42.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401291270.6900.020.49178.6552.6633.14
Hex28817F450231b33521
Octal5020117710502612636541
Binary101000100000011111111100010101011000110110011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,129,127); }

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

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

 a { background-color: rgb(40,129,127); }

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

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

 span { border-color: rgb(40,129,127); }

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