Html Css Color HEX #29520D Myrtle

📋 copy color: '#29520D'

red 41 ◦ green 82 ◦ blue 13

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

Shades of Myrtle #29520D

Tints of Myrtle #29520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 60.29%

 BLUE value IS 13 (5.47% from 255) = 9.56%

R = 30.15%
G = 60.29%
B = 9.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#29520D (or 0x29520D) is known color: Myrtle. HEX triplet: 29, 52 and 0D. RGB value is (41,82,13). Sum of RGB (Red+Green+Blue) = 41+82+13=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #29520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29520D is #D6ADF2. Grayscale: #3E3E3E. Windows color (decimal): -14069235 or 873001. OLE color: 873001.

HSL color Cylindrical-coordinate representation of color #29520D: hue angle of 95.65º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29520D is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 82 13 -
CMYK 0.50 0 0.84 0.68
HSL 95.65º 0.73% 0.19% -
HSV(B) 95.65º 0.84% 0.32% -
XYZ 4 6.54 1.43 -
YUV 61.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 41 82 13 0.50 0 0.84 0.68 95.65 0.73 0.19
Hex 29 52 D 32 0 54 44 60 49 13
Octal 51 122 15 62 0 124 104 140 111 23
Binary 101001 1010010 1101 110010 0 1010100 1000100 1100000 1001001 10011

Color Harmonies of #29520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29520D

Black with #29520D

Text Example


Text Example

White with #29520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,82,13); }

 H1.HeaderClassName
 {
   color: #29520D;
 }
 .AnyTagClassName
 {
   color: #29520D;
 }
</style>

background-color css

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

 a { background-color: rgb(41,82,13); }

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

border-color css

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

 span { border-color: rgb(41,82,13); }

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