Shades of English Holly #263F2F
Tints of English Holly #263F2F
RGB
CMYK
RGB Variations
Color information
#263F2F (or 0x263F2F) is known color: English Holly. HEX triplet: 26, 3F and 2F. RGB value is (38,63,47). Sum of RGB (Red+Green+Blue) = 38+63+47=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #263F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F2F is #D9C0D0. Grayscale: #353535. Windows color (decimal): -14270673 or 3096358. OLE color: 3096358.
HSL color Cylindrical-coordinate representation of color #263F2F: hue angle of 141.6º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #263F2F is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 47 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.75 |
| HSL | 141.6º | 0.25% | 0.2% | - |
| HSV(B) | 141.6º | 0.4% | 0.25% | - |
| XYZ | 3.09 | 4.17 | 3.33 | - |
| YUV | 53.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 47 | 0.40 | 0 | 0.25 | 0.75 | 141.6 | 0.25 | 0.2 |
| Hex | 26 | 3F | 2F | 28 | 0 | 19 | 4B | 8E | 19 | 14 |
| Octal | 46 | 77 | 57 | 50 | 0 | 31 | 113 | 216 | 31 | 24 |
| Binary | 100110 | 111111 | 101111 | 101000 | 0 | 11001 | 1001011 | 10001110 | 11001 | 10100 |
Color Harmonies of #263F2F
Complementary color
Monochromatic Colors of #263F2F
Black with #263F2F
Text Example
Text Example
White with #263F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F2F; }
p { color: rgb(38,63,47); }
H1.HeaderClassName
{
color: #263F2F;
}
.AnyTagClassName
{
color: #263F2F;
}
</style>
background-color css
<style>
a { background-color: #263F2F; }
a { background-color: rgb(38,63,47); }
div.DivClassName
{
background-color: #263F2F;
}
.BgClassName
{
background-color: #263F2F;
}
</style>
border-color css
<style>
span { border-color: #263F2F; }
span { border-color: rgb(38,63,47); }
td.TdClassName
{
border-color: #263F2F;
}
.TagClassName
{
border-color: #263F2F;
}
</style>