Shades of English Holly #283F33
Tints of English Holly #283F33
RGB
CMYK
RGB Variations
Color information
#283F33 (or 0x283F33) is known color: English Holly. HEX triplet: 28, 3F and 33. RGB value is (40,63,51). Sum of RGB (Red+Green+Blue) = 40+63+51=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 63 - color contains mainly: green. Hex color #283F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F33 is #D7C0CC. Grayscale: #363636. Windows color (decimal): -14139597 or 3358504. OLE color: 3358504.
HSL color Cylindrical-coordinate representation of color #283F33: hue angle of 148.7º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #283F33 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 63 | 51 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.75 |
| HSL | 148.7º | 0.22% | 0.2% | - |
| HSV(B) | 148.7º | 0.37% | 0.25% | - |
| XYZ | 3.25 | 4.25 | 3.78 | - |
| YUV | 54.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 51 | 0.37 | 0 | 0.19 | 0.75 | 148.7 | 0.22 | 0.2 |
| Hex | 28 | 3F | 33 | 25 | 0 | 13 | 4B | 95 | 16 | 14 |
| Octal | 50 | 77 | 63 | 45 | 0 | 23 | 113 | 225 | 26 | 24 |
| Binary | 101000 | 111111 | 110011 | 100101 | 0 | 10011 | 1001011 | 10010101 | 10110 | 10100 |
Color Harmonies of #283F33
Complementary color
Monochromatic Colors of #283F33
Black with #283F33
Text Example
Text Example
White with #283F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F33; }
p { color: rgb(40,63,51); }
H1.HeaderClassName
{
color: #283F33;
}
.AnyTagClassName
{
color: #283F33;
}
</style>
background-color css
<style>
a { background-color: #283F33; }
a { background-color: rgb(40,63,51); }
div.DivClassName
{
background-color: #283F33;
}
.BgClassName
{
background-color: #283F33;
}
</style>
border-color css
<style>
span { border-color: #283F33; }
span { border-color: rgb(40,63,51); }
td.TdClassName
{
border-color: #283F33;
}
.TagClassName
{
border-color: #283F33;
}
</style>