#29827B

Color #29827B Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #29827B

Tints of Elm #29827B

Color information

#29827B (or 0x29827B) is unknown color: approx Elm. HEX triplet: 29, 82 and 7B. RGB value is (41,130,123). Sum of RGB (Red+Green+Blue) = 41+130+123=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #29827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29827B is #D67D84. Grayscale: #666666. Windows color (decimal): -14056837 or 8094249. OLE color: 8094249.

HSL color Cylindrical-coordinate representation of color #29827B: hue angle of 175.28º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29827B is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB41130123-
CMYK0.6800.050.49
HSL175.28º52.05%33.53%-
HSV(B)175.28º68.46%50.98%-
XYZ12.4717.8721.53-
YUV102.59139.5184.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=13.95%
G=44.22%
B=41.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411301230.6800.050.49175.2852.0533.53
Hex29827B440531af3422
Octal5120217310405612576442
Binary1010011000001011110111000100010111000110101111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29827B; }

 p { color: rgb(41,130,123); }

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

<style>
 a { background-color: #29827B; }

 a { background-color: rgb(41,130,123); }

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

<style>
 span { border-color: #29827B; }

 span { border-color: rgb(41,130,123); }

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