Shades of Holly #283E2F
Tints of Holly #283E2F
RGB
CMYK
RGB Variations
Color information
#283E2F (or 0x283E2F) is known color: Holly. HEX triplet: 28, 3E and 2F. RGB value is (40,62,47). Sum of RGB (Red+Green+Blue) = 40+62+47=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 62 - color contains mainly: green. Hex color #283E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E2F is #D7C1D0. Grayscale: #353535. Windows color (decimal): -14139857 or 3096104. OLE color: 3096104.
HSL color Cylindrical-coordinate representation of color #283E2F: hue angle of 139.09º 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 #283E2F is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 62 | 47 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.76 |
| HSL | 139.09º | 0.22% | 0.2% | - |
| HSV(B) | 139.09º | 0.35% | 0.24% | - |
| XYZ | 3.11 | 4.1 | 3.32 | - |
| YUV | 53.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 47 | 0.35 | 0 | 0.24 | 0.76 | 139.09 | 0.22 | 0.2 |
| Hex | 28 | 3E | 2F | 23 | 0 | 18 | 4C | 8B | 16 | 14 |
| Octal | 50 | 76 | 57 | 43 | 0 | 30 | 114 | 213 | 26 | 24 |
| Binary | 101000 | 111110 | 101111 | 100011 | 0 | 11000 | 1001100 | 10001011 | 10110 | 10100 |
Color Harmonies of #283E2F
Complementary color
Monochromatic Colors of #283E2F
Black with #283E2F
Text Example
Text Example
White with #283E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E2F; }
p { color: rgb(40,62,47); }
H1.HeaderClassName
{
color: #283E2F;
}
.AnyTagClassName
{
color: #283E2F;
}
</style>
background-color css
<style>
a { background-color: #283E2F; }
a { background-color: rgb(40,62,47); }
div.DivClassName
{
background-color: #283E2F;
}
.BgClassName
{
background-color: #283E2F;
}
</style>
border-color css
<style>
span { border-color: #283E2F; }
span { border-color: rgb(40,62,47); }
td.TdClassName
{
border-color: #283E2F;
}
.TagClassName
{
border-color: #283E2F;
}
</style>