Shades of Holly #293D2F
Tints of Holly #293D2F
RGB
CMYK
RGB Variations
Color information
#293D2F (or 0x293D2F) is known color: Holly. HEX triplet: 29, 3D and 2F. RGB value is (41,61,47). Sum of RGB (Red+Green+Blue) = 41+61+47=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #293D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D2F is #D6C2D0. Grayscale: #353535. Windows color (decimal): -14074577 or 3095849. OLE color: 3095849.
HSL color Cylindrical-coordinate representation of color #293D2F: hue angle of 138º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293D2F is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 61 | 47 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.76 |
| HSL | 138º | 0.2% | 0.2% | - |
| HSV(B) | 138º | 0.33% | 0.24% | - |
| XYZ | 3.1 | 4.01 | 3.3 | - |
| YUV | 53.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 47 | 0.33 | 0 | 0.23 | 0.76 | 138 | 0.2 | 0.2 |
| Hex | 29 | 3D | 2F | 21 | 0 | 17 | 4C | 8A | 14 | 14 |
| Octal | 51 | 75 | 57 | 41 | 0 | 27 | 114 | 212 | 24 | 24 |
| Binary | 101001 | 111101 | 101111 | 100001 | 0 | 10111 | 1001100 | 10001010 | 10100 | 10100 |
Color Harmonies of #293D2F
Complementary color
Monochromatic Colors of #293D2F
Black with #293D2F
Text Example
Text Example
White with #293D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D2F; }
p { color: rgb(41,61,47); }
H1.HeaderClassName
{
color: #293D2F;
}
.AnyTagClassName
{
color: #293D2F;
}
</style>
background-color css
<style>
a { background-color: #293D2F; }
a { background-color: rgb(41,61,47); }
div.DivClassName
{
background-color: #293D2F;
}
.BgClassName
{
background-color: #293D2F;
}
</style>
border-color css
<style>
span { border-color: #293D2F; }
span { border-color: rgb(41,61,47); }
td.TdClassName
{
border-color: #293D2F;
}
.TagClassName
{
border-color: #293D2F;
}
</style>