Shades of English Holly #263D30
Tints of English Holly #263D30
RGB
CMYK
RGB Variations
Color information
#263D30 (or 0x263D30) is known color: English Holly. HEX triplet: 26, 3D and 30. RGB value is (38,61,48). Sum of RGB (Red+Green+Blue) = 38+61+48=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #263D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D30 is #D9C2CF. Grayscale: #343434. Windows color (decimal): -14271184 or 3161382. OLE color: 3161382.
HSL color Cylindrical-coordinate representation of color #263D30: hue angle of 146.09º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263D30 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 48 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.76 |
| HSL | 146.09º | 0.23% | 0.19% | - |
| HSV(B) | 146.09º | 0.38% | 0.24% | - |
| XYZ | 3 | 3.96 | 3.4 | - |
| YUV | 52.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 48 | 0.38 | 0 | 0.21 | 0.76 | 146.09 | 0.23 | 0.19 |
| Hex | 26 | 3D | 30 | 26 | 0 | 15 | 4C | 92 | 17 | 13 |
| Octal | 46 | 75 | 60 | 46 | 0 | 25 | 114 | 222 | 27 | 23 |
| Binary | 100110 | 111101 | 110000 | 100110 | 0 | 10101 | 1001100 | 10010010 | 10111 | 10011 |
Color Harmonies of #263D30
Complementary color
Monochromatic Colors of #263D30
Black with #263D30
Text Example
Text Example
White with #263D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D30; }
p { color: rgb(38,61,48); }
H1.HeaderClassName
{
color: #263D30;
}
.AnyTagClassName
{
color: #263D30;
}
</style>
background-color css
<style>
a { background-color: #263D30; }
a { background-color: rgb(38,61,48); }
div.DivClassName
{
background-color: #263D30;
}
.BgClassName
{
background-color: #263D30;
}
</style>
border-color css
<style>
span { border-color: #263D30; }
span { border-color: rgb(38,61,48); }
td.TdClassName
{
border-color: #263D30;
}
.TagClassName
{
border-color: #263D30;
}
</style>