Shades of Holly #263E2F
Tints of Holly #263E2F
RGB
CMYK
RGB Variations
Color information
#263E2F (or 0x263E2F) is known color: Holly. HEX triplet: 26, 3E and 2F. RGB value is (38,62,47). Sum of RGB (Red+Green+Blue) = 38+62+47=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 62 - color contains mainly: green. Hex color #263E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263E2F is #D9C1D0. Grayscale: #353535. Windows color (decimal): -14270929 or 3096102. OLE color: 3096102.
HSL color Cylindrical-coordinate representation of color #263E2F: hue angle of 142.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #263E2F is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 62 | 47 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.76 |
| HSL | 142.5º | 0.24% | 0.2% | - |
| HSV(B) | 142.5º | 0.39% | 0.24% | - |
| XYZ | 3.04 | 4.06 | 3.31 | - |
| YUV | 53.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 47 | 0.39 | 0 | 0.24 | 0.76 | 142.5 | 0.24 | 0.2 |
| Hex | 26 | 3E | 2F | 27 | 0 | 18 | 4C | 8E | 18 | 14 |
| Octal | 46 | 76 | 57 | 47 | 0 | 30 | 114 | 216 | 30 | 24 |
| Binary | 100110 | 111110 | 101111 | 100111 | 0 | 11000 | 1001100 | 10001110 | 11000 | 10100 |
Color Harmonies of #263E2F
Complementary color
Monochromatic Colors of #263E2F
Black with #263E2F
Text Example
Text Example
White with #263E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E2F; }
p { color: rgb(38,62,47); }
H1.HeaderClassName
{
color: #263E2F;
}
.AnyTagClassName
{
color: #263E2F;
}
</style>
background-color css
<style>
a { background-color: #263E2F; }
a { background-color: rgb(38,62,47); }
div.DivClassName
{
background-color: #263E2F;
}
.BgClassName
{
background-color: #263E2F;
}
</style>
border-color css
<style>
span { border-color: #263E2F; }
span { border-color: rgb(38,62,47); }
td.TdClassName
{
border-color: #263E2F;
}
.TagClassName
{
border-color: #263E2F;
}
</style>