Shades of English Holly #283E30
Tints of English Holly #283E30
RGB
CMYK
RGB Variations
Color information
#283E30 (or 0x283E30) is known color: English Holly. HEX triplet: 28, 3E and 30. RGB value is (40,62,48). Sum of RGB (Red+Green+Blue) = 40+62+48=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #283E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E30 is #D7C1CF. Grayscale: #353535. Windows color (decimal): -14139856 or 3161640. OLE color: 3161640.
HSL color Cylindrical-coordinate representation of color #283E30: hue angle of 141.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #283E30 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 62 | 48 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.76 |
| HSL | 141.82º | 0.22% | 0.2% | - |
| HSV(B) | 141.82º | 0.35% | 0.24% | - |
| XYZ | 3.13 | 4.11 | 3.42 | - |
| YUV | 53.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 48 | 0.35 | 0 | 0.23 | 0.76 | 141.82 | 0.22 | 0.2 |
| Hex | 28 | 3E | 30 | 23 | 0 | 17 | 4C | 8E | 16 | 14 |
| Octal | 50 | 76 | 60 | 43 | 0 | 27 | 114 | 216 | 26 | 24 |
| Binary | 101000 | 111110 | 110000 | 100011 | 0 | 10111 | 1001100 | 10001110 | 10110 | 10100 |
Color Harmonies of #283E30
Complementary color
Monochromatic Colors of #283E30
Black with #283E30
Text Example
Text Example
White with #283E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E30; }
p { color: rgb(40,62,48); }
H1.HeaderClassName
{
color: #283E30;
}
.AnyTagClassName
{
color: #283E30;
}
</style>
background-color css
<style>
a { background-color: #283E30; }
a { background-color: rgb(40,62,48); }
div.DivClassName
{
background-color: #283E30;
}
.BgClassName
{
background-color: #283E30;
}
</style>
border-color css
<style>
span { border-color: #283E30; }
span { border-color: rgb(40,62,48); }
td.TdClassName
{
border-color: #283E30;
}
.TagClassName
{
border-color: #283E30;
}
</style>