#2D7575

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

Shades of Atoll #2D7575

Tints of Atoll #2D7575

Color information

#2D7575 (or 0x2D7575) is unknown color: approx Atoll. HEX triplet: 2D, 75 and 75. RGB value is (45,117,117). Sum of RGB (Red+Green+Blue) = 45+117+117=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #2D7575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7575 is #D28A8A. Grayscale: #5F5F5F. Windows color (decimal): -13798027 or 7697709. OLE color: 7697709.

HSL color Cylindrical-coordinate representation of color #2D7575: hue angle of 180º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7575 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB45117117-
CMYK0.62000.54
HSL180º44.44%31.76%-
HSV(B)180º61.54%45.88%-
XYZ10.6514.5619.08-
YUV95.47140.1592-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.13%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=16.13%
G=41.94%
B=41.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal451171170.62000.5418044.4431.76
Hex2D75753E0036b42c20
Octal551651657600662645440
Binary101101111010111101011111100011011010110100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,117,117); }

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

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

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

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

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

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

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