Html Css Color HEX #29827A Elm

📋 copy color: '#29827A'

red 41 ◦ green 130 ◦ blue 122

#29827A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #29827A

Tints of Elm #29827A

RGB

 RED value IS 41 (16.41% from 255) = 13.99%

 GREEN value IS 130 (51.17% from 255) = 44.37%

 BLUE value IS 122 (48.05% from 255) = 41.64%

R = 13.99%
G = 44.37%
B = 41.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#29827A (or 0x29827A) is known color: Elm. HEX triplet: 29, 82 and 7A. RGB value is (41,130,122). Sum of RGB (Red+Green+Blue) = 41+130+122=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #29827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29827A is #D67D85. Grayscale: #666666. Windows color (decimal): -14056838 or 8028713. OLE color: 8028713.

HSL color Cylindrical-coordinate representation of color #29827A: hue angle of 174.61º 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 #29827A is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 130 122 -
CMYK 0.68 0 0.06 0.49
HSL 174.61º 0.52% 0.34% -
HSV(B) 174.61º 0.68% 0.51% -
XYZ 12.41 17.84 21.2 -
YUV 102.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 41 130 122 0.68 0 0.06 0.49 174.61 0.52 0.34
Hex 29 82 7A 44 0 6 31 AF 34 22
Octal 51 202 172 104 0 6 61 257 64 42
Binary 101001 10000010 1111010 1000100 0 110 110001 10101111 110100 100010

Color Harmonies of #29827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29827A

Black with #29827A

Text Example


Text Example

White with #29827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29827A;
 }
 .AnyTagClassName
 {
   color: #29827A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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