#2C7977

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

Shades of Atoll #2C7977

Tints of Atoll #2C7977

Color information

#2C7977 (or 0x2C7977) is unknown color: approx Atoll. HEX triplet: 2C, 79 and 77. RGB value is (44,121,119). Sum of RGB (Red+Green+Blue) = 44+121+119=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7977 is #D38688. Grayscale: #616161. Windows color (decimal): -13862537 or 7829804. OLE color: 7829804.

HSL color Cylindrical-coordinate representation of color #2C7977: hue angle of 178.44º 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 #2C7977 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB44121119-
CMYK0.6400.020.53
HSL178.44º46.67%32.35%-
HSV(B)178.44º63.64%47.45%-
XYZ11.2115.5419.86-
YUV97.75139.9989.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.49%
GREEN value IS 121 (47.66% from 255) = 42.61%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=15.49%
G=42.61%
B=41.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441211190.6400.020.53178.4446.6732.35
Hex2C7977400235b22f20
Octal5417116710002652625740
Binary10110011110011110111100000001011010110110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,121,119); }

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

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

 a { background-color: rgb(44,121,119); }

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

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

 span { border-color: rgb(44,121,119); }

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