Shades of English Holly #283F30
Tints of English Holly #283F30
RGB
CMYK
RGB Variations
Color information
#283F30 (or 0x283F30) is known color: English Holly. HEX triplet: 28, 3F and 30. RGB value is (40,63,48). Sum of RGB (Red+Green+Blue) = 40+63+48=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 63 - color contains mainly: green. Hex color #283F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F30 is #D7C0CF. Grayscale: #363636. Windows color (decimal): -14139600 or 3161896. OLE color: 3161896.
HSL color Cylindrical-coordinate representation of color #283F30: hue angle of 140.87º 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 #283F30 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 63 | 48 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.75 |
| HSL | 140.87º | 0.22% | 0.2% | - |
| HSV(B) | 140.87º | 0.37% | 0.25% | - |
| XYZ | 3.19 | 4.22 | 3.44 | - |
| YUV | 54.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 48 | 0.37 | 0 | 0.24 | 0.75 | 140.87 | 0.22 | 0.2 |
| Hex | 28 | 3F | 30 | 25 | 0 | 18 | 4B | 8D | 16 | 14 |
| Octal | 50 | 77 | 60 | 45 | 0 | 30 | 113 | 215 | 26 | 24 |
| Binary | 101000 | 111111 | 110000 | 100101 | 0 | 11000 | 1001011 | 10001101 | 10110 | 10100 |
Color Harmonies of #283F30
Complementary color
Monochromatic Colors of #283F30
Black with #283F30
Text Example
Text Example
White with #283F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F30; }
p { color: rgb(40,63,48); }
H1.HeaderClassName
{
color: #283F30;
}
.AnyTagClassName
{
color: #283F30;
}
</style>
background-color css
<style>
a { background-color: #283F30; }
a { background-color: rgb(40,63,48); }
div.DivClassName
{
background-color: #283F30;
}
.BgClassName
{
background-color: #283F30;
}
</style>
border-color css
<style>
span { border-color: #283F30; }
span { border-color: rgb(40,63,48); }
td.TdClassName
{
border-color: #283F30;
}
.TagClassName
{
border-color: #283F30;
}
</style>