#2D8280

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

Shades of Atoll #2D8280

Tints of Atoll #2D8280

Color information

#2D8280 (or 0x2D8280) is unknown color: approx Atoll. HEX triplet: 2D, 82 and 80. RGB value is (45,130,128). Sum of RGB (Red+Green+Blue) = 45+130+128=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #2D8280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8280 is #D27D7F. Grayscale: #686868. Windows color (decimal): -13794688 or 8421933. OLE color: 8421933.

HSL color Cylindrical-coordinate representation of color #2D8280: hue angle of 178.59º degrees, saturation: 0.49, 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 #2D8280 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB45130128-
CMYK0.6500.020.49
HSL178.59º48.57%34.31%-
HSV(B)178.59º65.38%50.98%-
XYZ12.9618.0823.23-
YUV104.36141.3485.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.85%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=14.85%
G=42.90%
B=42.24%

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
Decimal451301280.6500.020.49178.5948.5734.31
Hex2D8280410231b33122
Octal5520220010102612636142
Binary1011011000001010000000100000101011000110110011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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