Html Css Color HEX #29382E Holly

📋 copy color: '#29382E'

red 41 ◦ green 56 ◦ blue 46

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

Shades of Holly #29382E

Tints of Holly #29382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.16%

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

R = 28.67%
G = 39.16%
B = 32.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#29382E (or 0x29382E) is known color: Holly. HEX triplet: 29, 38 and 2E. RGB value is (41,56,46). Sum of RGB (Red+Green+Blue) = 41+56+46=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 56 - color contains mainly: green. Hex color #29382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29382E is #D6C7D1. Grayscale: #323232. Windows color (decimal): -14075858 or 3029033. OLE color: 3029033.

HSL color Cylindrical-coordinate representation of color #29382E: hue angle of 140º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #29382E is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 56 46 -
CMYK 0.27 0 0.18 0.78
HSL 140º 0.15% 0.19% -
HSV(B) 140º 0.27% 0.22% -
XYZ 2.82 3.5 3.11 -
YUV 50.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 41 56 46 0.27 0 0.18 0.78 140 0.15 0.19
Hex 29 38 2E 1B 0 12 4E 8C F 13
Octal 51 70 56 33 0 22 116 214 17 23
Binary 101001 111000 101110 11011 0 10010 1001110 10001100 1111 10011

Color Harmonies of #29382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29382E

Black with #29382E

Text Example


Text Example

White with #29382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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