#29362E

Color #29362E Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #29362E

Tints of Holly #29362E

Color information

#29362E (or 0x29362E) is unknown color: approx 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

RGB415446-
CMYK0.2400.150.79
HSL143.08º13.68%18.63%-
HSV(B)143.08º24.07%21.18%-
XYZ2.733.313.08-
YUV49.2126.19122.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=29.08%
G=38.30%
B=32.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154460.2400.150.79143.0813.6818.63
Hex29362E180F4F8fe13
Octal516656300171172171623
Binary1010011101101011101100001111100111110001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>