Shades of Celtic #283E35
Tints of Celtic #283E35
RGB
CMYK
RGB Variations
Color information
#283E35 (or 0x283E35) is known color: Celtic. HEX triplet: 28, 3E and 35. RGB value is (40,62,53). Sum of RGB (Red+Green+Blue) = 40+62+53=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #283E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E35 is #D7C1CA. Grayscale: #363636. Windows color (decimal): -14139851 or 3489320. OLE color: 3489320.
HSL color Cylindrical-coordinate representation of color #283E35: hue angle of 155.45º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #283E35 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 62 | 53 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.76 |
| HSL | 155.45º | 0.22% | 0.2% | - |
| HSV(B) | 155.45º | 0.35% | 0.24% | - |
| XYZ | 3.24 | 4.15 | 4 | - |
| YUV | 54.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 53 | 0.35 | 0 | 0.15 | 0.76 | 155.45 | 0.22 | 0.2 |
| Hex | 28 | 3E | 35 | 23 | 0 | F | 4C | 9B | 16 | 14 |
| Octal | 50 | 76 | 65 | 43 | 0 | 17 | 114 | 233 | 26 | 24 |
| Binary | 101000 | 111110 | 110101 | 100011 | 0 | 1111 | 1001100 | 10011011 | 10110 | 10100 |
Color Harmonies of #283E35
Complementary color
Monochromatic Colors of #283E35
Black with #283E35
Text Example
Text Example
White with #283E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E35; }
p { color: rgb(40,62,53); }
H1.HeaderClassName
{
color: #283E35;
}
.AnyTagClassName
{
color: #283E35;
}
</style>
background-color css
<style>
a { background-color: #283E35; }
a { background-color: rgb(40,62,53); }
div.DivClassName
{
background-color: #283E35;
}
.BgClassName
{
background-color: #283E35;
}
</style>
border-color css
<style>
span { border-color: #283E35; }
span { border-color: rgb(40,62,53); }
td.TdClassName
{
border-color: #283E35;
}
.TagClassName
{
border-color: #283E35;
}
</style>