#2D7C7A

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

Shades of Atoll #2D7C7A

Tints of Atoll #2D7C7A

Color information

#2D7C7A (or 0x2D7C7A) is unknown color: approx Atoll. HEX triplet: 2D, 7C and 7A. RGB value is (45,124,122). Sum of RGB (Red+Green+Blue) = 45+124+122=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7C7A is #D28385. Grayscale: #646464. Windows color (decimal): -13796230 or 8027181. OLE color: 8027181.

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

Color convert

RGB45124122-
CMYK0.6400.020.51
HSL178.48º46.75%33.14%-
HSV(B)178.48º63.71%48.63%-
XYZ11.816.3820.95-
YUV100.15140.3388.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.46%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=15.46%
G=42.61%
B=41.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal451241220.6400.020.51178.4846.7533.14
Hex2D7C7A400233b22f21
Octal5517417210002632625741
Binary10110111111001111010100000001011001110110010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,124,122); }

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

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

 a { background-color: rgb(45,124,122); }

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

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

 span { border-color: rgb(45,124,122); }

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