Html Css Color HEX #29332E Holly

📋 copy color: '#29332E'

red 41 ◦ green 51 ◦ blue 46

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

Shades of Holly #29332E

Tints of Holly #29332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

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

R = 29.71%
G = 36.96%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#29332E (or 0x29332E) is known color: Holly. HEX triplet: 29, 33 and 2E. RGB value is (41,51,46). Sum of RGB (Red+Green+Blue) = 41+51+46=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 51 - color contains mainly: green. Hex color #29332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29332E is #D6CCD1. Grayscale: #2F2F2F. Windows color (decimal): -14077138 or 3027753. OLE color: 3027753.

HSL color Cylindrical-coordinate representation of color #29332E: hue angle of 150º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #29332E is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 46 -
CMYK 0.20 0 0.10 0.8
HSL 150º 0.11% 0.18% -
HSV(B) 150º 0.2% 0.2% -
XYZ 2.59 3.04 3.03 -
YUV 47.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 41 51 46 0.20 0 0.10 0.8 150 0.11 0.18
Hex 29 33 2E 14 0 A 50 96 B 12
Octal 51 63 56 24 0 12 120 226 13 22
Binary 101001 110011 101110 10100 0 1010 1010000 10010110 1011 10010

Color Harmonies of #29332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29332E

Black with #29332E

Text Example


Text Example

White with #29332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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