Html Css Color HEX #29520B Myrtle

📋 copy color: '#29520B'

red 41 ◦ green 82 ◦ blue 11

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

Shades of Myrtle #29520B

Tints of Myrtle #29520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.21%

R = 30.6%
G = 61.19%
B = 8.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#29520B (or 0x29520B) is known color: Myrtle. HEX triplet: 29, 52 and 0B. RGB value is (41,82,11). Sum of RGB (Red+Green+Blue) = 41+82+11=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #29520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29520B is #D6ADF4. Grayscale: #3D3D3D. Windows color (decimal): -14069237 or 741929. OLE color: 741929.

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

Color convert

RGB 41 82 11 -
CMYK 0.50 0 0.87 0.68
HSL 94.65º 0.76% 0.18% -
HSV(B) 94.65º 0.87% 0.32% -
XYZ 3.99 6.53 1.37 -
YUV 61.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 41 82 11 0.50 0 0.87 0.68 94.65 0.76 0.18
Hex 29 52 B 32 0 57 44 5F 4C 12
Octal 51 122 13 62 0 127 104 137 114 22
Binary 101001 1010010 1011 110010 0 1010111 1000100 1011111 1001100 10010

Color Harmonies of #29520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29520B

Black with #29520B

Text Example


Text Example

White with #29520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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