#2D817E

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

Shades of Atoll #2D817E

Tints of Atoll #2D817E

Color information

#2D817E (or 0x2D817E) is unknown color: approx Atoll. HEX triplet: 2D, 81 and 7E. RGB value is (45,129,126). Sum of RGB (Red+Green+Blue) = 45+129+126=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #2D817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D817E is #D27E81. Grayscale: #676767. Windows color (decimal): -13794946 or 8290605. OLE color: 8290605.

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

Color convert

RGB45129126-
CMYK0.6500.020.49
HSL177.86º48.28%34.12%-
HSV(B)177.86º65.12%50.59%-
XYZ12.717.7622.5-
YUV103.54140.6786.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15%
GREEN value IS 129 (50.78% from 255) = 43%
BLUE value IS 126 (49.61% from 255) = 42%
R=15%
G=43%
B=42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal451291260.6500.020.49177.8648.2834.12
Hex2D817E410231b23022
Octal5520117610102612626042
Binary101101100000011111110100000101011000110110010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,129,126); }

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

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

 a { background-color: rgb(45,129,126); }

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

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

 span { border-color: rgb(45,129,126); }

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