Shades of Holly #263A2D
Tints of Holly #263A2D
RGB
CMYK
RGB Variations
Color information
#263A2D (or 0x263A2D) is known color: Holly. HEX triplet: 26, 3A and 2D. RGB value is (38,58,45). Sum of RGB (Red+Green+Blue) = 38+58+45=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 58 - color contains mainly: green. Hex color #263A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A2D is #D9C5D2. Grayscale: #323232. Windows color (decimal): -14271955 or 2964006. OLE color: 2964006.
HSL color Cylindrical-coordinate representation of color #263A2D: hue angle of 141º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #263A2D is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
RGB | 38 | 58 | 45 | - |
CMYK | 0.34 | 0 | 0.22 | 0.77 |
HSL | 141º | 0.21% | 0.19% | - |
HSV(B) | 141º | 0.34% | 0.23% | - |
XYZ | 2.79 | 3.63 | 3.04 | - |
YUV | 50.54 | 124.87 | 119.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 58 | 45 | 0.34 | 0 | 0.22 | 0.77 | 141 | 0.21 | 0.19 |
Hex | 26 | 3A | 2D | 22 | 0 | 16 | 4D | 8D | 15 | 13 |
Octal | 46 | 72 | 55 | 42 | 0 | 26 | 115 | 215 | 25 | 23 |
Binary | 100110 | 111010 | 101101 | 100010 | 0 | 10110 | 1001101 | 10001101 | 10101 | 10011 |
Color Harmonies of #263A2D
Complementary color
Monochromatic Colors of #263A2D
Black with #263A2D
Text Example
Text Example
White with #263A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A2D; }
p { color: rgb(38,58,45); }
H1.HeaderClassName
{
color: #263A2D;
}
.AnyTagClassName
{
color: #263A2D;
}
</style>
background-color css
<style>
a { background-color: #263A2D; }
a { background-color: rgb(38,58,45); }
div.DivClassName
{
background-color: #263A2D;
}
.BgClassName
{
background-color: #263A2D;
}
</style>
border-color css
<style>
span { border-color: #263A2D; }
span { border-color: rgb(38,58,45); }
td.TdClassName
{
border-color: #263A2D;
}
.TagClassName
{
border-color: #263A2D;
}
</style>