Html Css Color HEX #29362E Holly

📋 copy color: '#29362E'

red 41 ◦ green 54 ◦ blue 46

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

Shades of Holly #29362E

Tints of Holly #29362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.3%

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

R = 29.08%
G = 38.3%
B = 32.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#29362E (or 0x29362E) is known color: Holly. HEX triplet: 29, 36 and 2E. RGB value is (41,54,46). Sum of RGB (Red+Green+Blue) = 41+54+46=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 54 - color contains mainly: green. Hex color #29362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29362E is #D6C9D1. Grayscale: #313131. Windows color (decimal): -14076370 or 3028521. OLE color: 3028521.

HSL color Cylindrical-coordinate representation of color #29362E: hue angle of 143.08º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29362E is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 54 46 -
CMYK 0.24 0 0.15 0.79
HSL 143.08º 0.14% 0.19% -
HSV(B) 143.08º 0.24% 0.21% -
XYZ 2.73 3.31 3.08 -
YUV 49.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 41 54 46 0.24 0 0.15 0.79 143.08 0.14 0.19
Hex 29 36 2E 18 0 F 4F 8F E 13
Octal 51 66 56 30 0 17 117 217 16 23
Binary 101001 110110 101110 11000 0 1111 1001111 10001111 1110 10011

Color Harmonies of #29362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29362E

Black with #29362E

Text Example


Text Example

White with #29362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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