Shades of English Holly #2D3F35
Tints of English Holly #2D3F35
RGB
CMYK
RGB Variations
Color information
#2D3F35 (or 0x2D3F35) is known color: English Holly. HEX triplet: 2D, 3F and 35. RGB value is (45,63,53). Sum of RGB (Red+Green+Blue) = 45+63+53=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3F35 is #D2C0CA. Grayscale: #383838. Windows color (decimal): -13811915 or 3489581. OLE color: 3489581.
HSL color Cylindrical-coordinate representation of color #2D3F35: hue angle of 146.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D3F35 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 63 | 53 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.75 |
| HSL | 146.67º | 0.17% | 0.21% | - |
| HSV(B) | 146.67º | 0.29% | 0.25% | - |
| XYZ | 3.5 | 4.37 | 4.03 | - |
| YUV | 56.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 53 | 0.29 | 0 | 0.16 | 0.75 | 146.67 | 0.17 | 0.21 |
| Hex | 2D | 3F | 35 | 1D | 0 | 10 | 4B | 93 | 11 | 15 |
| Octal | 55 | 77 | 65 | 35 | 0 | 20 | 113 | 223 | 21 | 25 |
| Binary | 101101 | 111111 | 110101 | 11101 | 0 | 10000 | 1001011 | 10010011 | 10001 | 10101 |
Color Harmonies of #2D3F35
Complementary color
Monochromatic Colors of #2D3F35
Black with #2D3F35
Text Example
Text Example
White with #2D3F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3F35; }
p { color: rgb(45,63,53); }
H1.HeaderClassName
{
color: #2D3F35;
}
.AnyTagClassName
{
color: #2D3F35;
}
</style>
background-color css
<style>
a { background-color: #2D3F35; }
a { background-color: rgb(45,63,53); }
div.DivClassName
{
background-color: #2D3F35;
}
.BgClassName
{
background-color: #2D3F35;
}
</style>
border-color css
<style>
span { border-color: #2D3F35; }
span { border-color: rgb(45,63,53); }
td.TdClassName
{
border-color: #2D3F35;
}
.TagClassName
{
border-color: #2D3F35;
}
</style>