Shades of Holly #263D2D
Tints of Holly #263D2D
RGB
CMYK
RGB Variations
Color information
#263D2D (or 0x263D2D) is known color: Holly. HEX triplet: 26, 3D and 2D. RGB value is (38,61,45). Sum of RGB (Red+Green+Blue) = 38+61+45=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #263D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D2D is #D9C2D2. Grayscale: #343434. Windows color (decimal): -14271187 or 2964774. OLE color: 2964774.
HSL color Cylindrical-coordinate representation of color #263D2D: hue angle of 138.26º 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 #263D2D is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 45 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.76 |
| HSL | 138.26º | 0.23% | 0.19% | - |
| HSV(B) | 138.26º | 0.38% | 0.24% | - |
| XYZ | 2.94 | 3.94 | 3.09 | - |
| YUV | 52.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 45 | 0.38 | 0 | 0.26 | 0.76 | 138.26 | 0.23 | 0.19 |
| Hex | 26 | 3D | 2D | 26 | 0 | 1A | 4C | 8A | 17 | 13 |
| Octal | 46 | 75 | 55 | 46 | 0 | 32 | 114 | 212 | 27 | 23 |
| Binary | 100110 | 111101 | 101101 | 100110 | 0 | 11010 | 1001100 | 10001010 | 10111 | 10011 |
Color Harmonies of #263D2D
Complementary color
Monochromatic Colors of #263D2D
Black with #263D2D
Text Example
Text Example
White with #263D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D2D; }
p { color: rgb(38,61,45); }
H1.HeaderClassName
{
color: #263D2D;
}
.AnyTagClassName
{
color: #263D2D;
}
</style>
background-color css
<style>
a { background-color: #263D2D; }
a { background-color: rgb(38,61,45); }
div.DivClassName
{
background-color: #263D2D;
}
.BgClassName
{
background-color: #263D2D;
}
</style>
border-color css
<style>
span { border-color: #263D2D; }
span { border-color: rgb(38,61,45); }
td.TdClassName
{
border-color: #263D2D;
}
.TagClassName
{
border-color: #263D2D;
}
</style>