Html Css Color HEX #29530D Myrtle

📋 copy color: '#29530D'

red 41 ◦ green 83 ◦ blue 13

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

Shades of Myrtle #29530D

Tints of Myrtle #29530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 60.58%

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

R = 29.93%
G = 60.58%
B = 9.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#29530D (or 0x29530D) is known color: Myrtle. HEX triplet: 29, 53 and 0D. RGB value is (41,83,13). Sum of RGB (Red+Green+Blue) = 41+83+13=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #29530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29530D is #D6ACF2. Grayscale: #3E3E3E. Windows color (decimal): -14068979 or 873257. OLE color: 873257.

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

Color convert

RGB 41 83 13 -
CMYK 0.51 0 0.84 0.67
HSL 96º 0.73% 0.19% -
HSV(B) 96º 0.84% 0.33% -
XYZ 4.08 6.69 1.46 -
YUV 62.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 41 83 13 0.51 0 0.84 0.67 96 0.73 0.19
Hex 29 53 D 33 0 54 43 60 49 13
Octal 51 123 15 63 0 124 103 140 111 23
Binary 101001 1010011 1101 110011 0 1010100 1000011 1100000 1001001 10011

Color Harmonies of #29530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29530D

Black with #29530D

Text Example


Text Example

White with #29530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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