#2A7879

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

Shades of Atoll #2A7879

Tints of Atoll #2A7879

Color information

#2A7879 (or 0x2A7879) is unknown color: approx Atoll. HEX triplet: 2A, 78 and 79. RGB value is (42,120,121). Sum of RGB (Red+Green+Blue) = 42+120+121=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A7879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7879 is #D58786. Grayscale: #606060. Windows color (decimal): -13993863 or 7960618. OLE color: 7960618.

HSL color Cylindrical-coordinate representation of color #2A7879: hue angle of 180.76º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7879 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB42120121-
CMYK0.650.0100.53
HSL180.76º48.47%31.96%-
HSV(B)180.76º65.29%47.45%-
XYZ11.1215.3120.46-
YUV96.79141.6688.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.84%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=14.84%
G=42.40%
B=42.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421201210.650.0100.53180.7648.4731.96
Hex2A7879411035b53020
Octal5217017110110652656040
Binary1010101111000111100110000011011010110110101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A7879; }

 p { color: rgb(42,120,121); }

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

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

 a { background-color: rgb(42,120,121); }

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

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

 span { border-color: rgb(42,120,121); }

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