Html Css Color HEX #29342E Holly

📋 copy color: '#29342E'

red 41 ◦ green 52 ◦ blue 46

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

Shades of Holly #29342E

Tints of Holly #29342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.09%

R = 29.5%
G = 37.41%
B = 33.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#29342E (or 0x29342E) is known color: Holly. HEX triplet: 29, 34 and 2E. RGB value is (41,52,46). Sum of RGB (Red+Green+Blue) = 41+52+46=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #29342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29342E is #D6CBD1. Grayscale: #303030. Windows color (decimal): -14076882 or 3028009. OLE color: 3028009.

HSL color Cylindrical-coordinate representation of color #29342E: hue angle of 147.27º 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 #29342E is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 46 -
CMYK 0.21 0 0.12 0.80
HSL 147.27º 0.12% 0.18% -
HSV(B) 147.27º 0.21% 0.2% -
XYZ 2.64 3.12 3.05 -
YUV 48.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 41 52 46 0.21 0 0.12 0.80 147.27 0.12 0.18
Hex 29 34 2E 15 0 C 50 93 C 12
Octal 51 64 56 25 0 14 120 223 14 22
Binary 101001 110100 101110 10101 0 1100 1010000 10010011 1100 10010

Color Harmonies of #29342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29342E

Black with #29342E

Text Example


Text Example

White with #29342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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