Html Css Color HEX #29500D Myrtle

📋 copy color: '#29500D'

red 41 ◦ green 80 ◦ blue 13

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

Shades of Myrtle #29500D

Tints of Myrtle #29500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 59.7%

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

R = 30.6%
G = 59.7%
B = 9.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#29500D (or 0x29500D) is known color: Myrtle. HEX triplet: 29, 50 and 0D. RGB value is (41,80,13). Sum of RGB (Red+Green+Blue) = 41+80+13=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #29500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29500D is #D6AFF2. Grayscale: #3C3C3C. Windows color (decimal): -14069747 or 872489. OLE color: 872489.

HSL color Cylindrical-coordinate representation of color #29500D: hue angle of 94.93º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29500D is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 13 -
CMYK 0.49 0 0.84 0.69
HSL 94.93º 0.72% 0.18% -
HSV(B) 94.93º 0.84% 0.31% -
XYZ 3.86 6.24 1.38 -
YUV 60.7 101.08 113.95 -
System Red Green Blue C M Y K H S L
Decimal 41 80 13 0.49 0 0.84 0.69 94.93 0.72 0.18
Hex 29 50 D 31 0 54 45 5F 48 12
Octal 51 120 15 61 0 124 105 137 110 22
Binary 101001 1010000 1101 110001 0 1010100 1000101 1011111 1001000 10010

Color Harmonies of #29500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29500D

Black with #29500D

Text Example


Text Example

White with #29500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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