#287272

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

Shades of Atoll #287272

Tints of Atoll #287272

Color information

#287272 (or 0x287272) is unknown color: approx Atoll. HEX triplet: 28, 72 and 72. RGB value is (40,114,114). Sum of RGB (Red+Green+Blue) = 40+114+114=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #287272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287272 is #D78D8D. Grayscale: #5B5B5B. Windows color (decimal): -14126478 or 7500328. OLE color: 7500328.

HSL color Cylindrical-coordinate representation of color #287272: hue angle of 180º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287272 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB40114114-
CMYK0.65000.55
HSL180º48.05%30.2%-
HSV(B)180º64.91%44.71%-
XYZ9.9313.718.04-
YUV91.87140.4891-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=14.93%
G=42.54%
B=42.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal401141140.65000.5518048.0530.2
Hex287272410037b4301e
Octal5016216210100672646036
Binary101000111001011100101000001001101111011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287272; }

 p { color: rgb(40,114,114); }

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

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

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

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

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

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

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