Shades of Goblin #2D543C
Tints of Goblin #2D543C
RGB
CMYK
RGB Variations
Color information
#2D543C (or 0x2D543C) is known color: Goblin. HEX triplet: 2D, 54 and 3C. RGB value is (45,84,60). Sum of RGB (Red+Green+Blue) = 45+84+60=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #2D543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D543C is #D2ABC3. Grayscale: #454545. Windows color (decimal): -13806532 or 3953709. OLE color: 3953709.
HSL color Cylindrical-coordinate representation of color #2D543C: hue angle of 143.08º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D543C is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 60 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.67 |
| HSL | 143.08º | 0.3% | 0.25% | - |
| HSV(B) | 143.08º | 0.46% | 0.33% | - |
| XYZ | 5.07 | 7.22 | 5.4 | - |
| YUV | 69.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 60 | 0.46 | 0 | 0.29 | 0.67 | 143.08 | 0.3 | 0.25 |
| Hex | 2D | 54 | 3C | 2E | 0 | 1D | 43 | 8F | 1E | 19 |
| Octal | 55 | 124 | 74 | 56 | 0 | 35 | 103 | 217 | 36 | 31 |
| Binary | 101101 | 1010100 | 111100 | 101110 | 0 | 11101 | 1000011 | 10001111 | 11110 | 11001 |
Color Harmonies of #2D543C
Complementary color
Monochromatic Colors of #2D543C
Black with #2D543C
Text Example
Text Example
White with #2D543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D543C; }
p { color: rgb(45,84,60); }
H1.HeaderClassName
{
color: #2D543C;
}
.AnyTagClassName
{
color: #2D543C;
}
</style>
background-color css
<style>
a { background-color: #2D543C; }
a { background-color: rgb(45,84,60); }
div.DivClassName
{
background-color: #2D543C;
}
.BgClassName
{
background-color: #2D543C;
}
</style>
border-color css
<style>
span { border-color: #2D543C; }
span { border-color: rgb(45,84,60); }
td.TdClassName
{
border-color: #2D543C;
}
.TagClassName
{
border-color: #2D543C;
}
</style>