Shades of Holly #283D2F
Tints of Holly #283D2F
RGB
CMYK
RGB Variations
Color information
#283D2F (or 0x283D2F) is known color: Holly. HEX triplet: 28, 3D and 2F. RGB value is (40,61,47). Sum of RGB (Red+Green+Blue) = 40+61+47=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 61 - color contains mainly: green. Hex color #283D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D2F is #D7C2D0. Grayscale: #353535. Windows color (decimal): -14140113 or 3095848. OLE color: 3095848.
HSL color Cylindrical-coordinate representation of color #283D2F: hue angle of 140º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #283D2F is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 61 | 47 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.76 |
| HSL | 140º | 0.21% | 0.2% | - |
| HSV(B) | 140º | 0.34% | 0.24% | - |
| XYZ | 3.06 | 3.99 | 3.3 | - |
| YUV | 53.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 47 | 0.34 | 0 | 0.23 | 0.76 | 140 | 0.21 | 0.2 |
| Hex | 28 | 3D | 2F | 22 | 0 | 17 | 4C | 8C | 15 | 14 |
| Octal | 50 | 75 | 57 | 42 | 0 | 27 | 114 | 214 | 25 | 24 |
| Binary | 101000 | 111101 | 101111 | 100010 | 0 | 10111 | 1001100 | 10001100 | 10101 | 10100 |
Color Harmonies of #283D2F
Complementary color
Monochromatic Colors of #283D2F
Black with #283D2F
Text Example
Text Example
White with #283D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D2F; }
p { color: rgb(40,61,47); }
H1.HeaderClassName
{
color: #283D2F;
}
.AnyTagClassName
{
color: #283D2F;
}
</style>
background-color css
<style>
a { background-color: #283D2F; }
a { background-color: rgb(40,61,47); }
div.DivClassName
{
background-color: #283D2F;
}
.BgClassName
{
background-color: #283D2F;
}
</style>
border-color css
<style>
span { border-color: #283D2F; }
span { border-color: rgb(40,61,47); }
td.TdClassName
{
border-color: #283D2F;
}
.TagClassName
{
border-color: #283D2F;
}
</style>