#2D807D

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

Shades of Atoll #2D807D

Tints of Atoll #2D807D

Color information

#2D807D (or 0x2D807D) is unknown color: approx Atoll. HEX triplet: 2D, 80 and 7D. RGB value is (45,128,125). Sum of RGB (Red+Green+Blue) = 45+128+125=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #2D807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D807D is #D27F82. Grayscale: #666666. Windows color (decimal): -13795203 or 8224813. OLE color: 8224813.

HSL color Cylindrical-coordinate representation of color #2D807D: hue angle of 177.83º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D807D is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB45128125-
CMYK0.6500.020.50
HSL177.83º47.98%33.92%-
HSV(B)177.83º64.84%50.2%-
XYZ12.517.4822.12-
YUV102.84140.586.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.10%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=15.10%
G=42.95%
B=41.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal451281250.6500.020.50177.8347.9833.92
Hex2D807D410232b23022
Octal5520017510102622626042
Binary101101100000001111101100000101011001010110010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,128,125); }

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

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

 a { background-color: rgb(45,128,125); }

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

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

 span { border-color: rgb(45,128,125); }

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