Html Css Color HEX #29342D Holly

📋 copy color: '#29342D'

red 41 ◦ green 52 ◦ blue 45

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

Shades of Holly #29342D

Tints of Holly #29342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

 BLUE value IS 45 (17.97% from 255) = 32.61%

R = 29.71%
G = 37.68%
B = 32.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.80

RGB Variations

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

Color information

#29342D (or 0x29342D) is known color: Holly. HEX triplet: 29, 34 and 2D. RGB value is (41,52,45). Sum of RGB (Red+Green+Blue) = 41+52+45=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #29342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29342D is #D6CBD2. Grayscale: #2F2F2F. Windows color (decimal): -14076883 or 2962473. OLE color: 2962473.

HSL color Cylindrical-coordinate representation of color #29342D: hue angle of 141.82º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #29342D is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 45 -
CMYK 0.21 0 0.13 0.80
HSL 141.82º 0.12% 0.18% -
HSV(B) 141.82º 0.21% 0.2% -
XYZ 2.62 3.12 2.95 -
YUV 47.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 41 52 45 0.21 0 0.13 0.80 141.82 0.12 0.18
Hex 29 34 2D 15 0 D 50 8E C 12
Octal 51 64 55 25 0 15 120 216 14 22
Binary 101001 110100 101101 10101 0 1101 1010000 10001110 1100 10010

Color Harmonies of #29342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29342D

Black with #29342D

Text Example


Text Example

White with #29342D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,52,45); }

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

background-color css

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

 a { background-color: rgb(41,52,45); }

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

border-color css

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

 span { border-color: rgb(41,52,45); }

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