#2B7877

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

Shades of Atoll #2B7877

Tints of Atoll #2B7877

Color information

#2B7877 (or 0x2B7877) is unknown color: approx Atoll. HEX triplet: 2B, 78 and 77. RGB value is (43,120,119). Sum of RGB (Red+Green+Blue) = 43+120+119=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7877 is #D48788. Grayscale: #606060. Windows color (decimal): -13928329 or 7829547. OLE color: 7829547.

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

Color convert

RGB43120119-
CMYK0.6400.010.53
HSL179.22º47.24%31.96%-
HSV(B)179.22º64.17%47.06%-
XYZ11.0415.2819.82-
YUV96.86140.4989.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.25%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=15.25%
G=42.55%
B=42.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431201190.6400.010.53179.2247.2431.96
Hex2B7877400135b32f20
Octal5317016710001652635740
Binary1010111111000111011110000000111010110110011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,120,119); }

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

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

 a { background-color: rgb(43,120,119); }

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

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

 span { border-color: rgb(43,120,119); }

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