#29727D

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

Shades of Atoll #29727D

Tints of Atoll #29727D

Color information

#29727D (or 0x29727D) is unknown color: approx Atoll. HEX triplet: 29, 72 and 7D. RGB value is (41,114,125). Sum of RGB (Red+Green+Blue) = 41+114+125=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #29727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29727D is #D68D82. Grayscale: #5D5D5D. Windows color (decimal): -14060931 or 8221225. OLE color: 8221225.

HSL color Cylindrical-coordinate representation of color #29727D: hue angle of 187.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29727D is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB41114125-
CMYK0.670.0900.51
HSL187.86º50.6%32.55%-
HSV(B)187.86º67.2%49.02%-
XYZ10.6313.9921.54-
YUV93.43145.8290.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=14.64%
G=40.71%
B=44.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411141250.670.0900.51187.8650.632.55
Hex29727D439033bc3321
Octal51162175103110632746341
Binary1010011110010111110110000111001011001110111100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29727D; }

 p { color: rgb(41,114,125); }

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

<style>
 a { background-color: #29727D; }

 a { background-color: rgb(41,114,125); }

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

<style>
 span { border-color: #29727D; }

 span { border-color: rgb(41,114,125); }

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