Shades of Goblin #2D543B
Tints of Goblin #2D543B
RGB
CMYK
RGB Variations
Color information
#2D543B (or 0x2D543B) is known color: Goblin. HEX triplet: 2D, 54 and 3B. RGB value is (45,84,59). Sum of RGB (Red+Green+Blue) = 45+84+59=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #2D543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D543B is #D2ABC4. Grayscale: #454545. Windows color (decimal): -13806533 or 3888173. OLE color: 3888173.
HSL color Cylindrical-coordinate representation of color #2D543B: hue angle of 141.54º 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 #2D543B is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 59 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.67 |
| HSL | 141.54º | 0.3% | 0.25% | - |
| HSV(B) | 141.54º | 0.46% | 0.33% | - |
| XYZ | 5.04 | 7.21 | 5.26 | - |
| YUV | 69.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 59 | 0.46 | 0 | 0.30 | 0.67 | 141.54 | 0.3 | 0.25 |
| Hex | 2D | 54 | 3B | 2E | 0 | 1E | 43 | 8E | 1E | 19 |
| Octal | 55 | 124 | 73 | 56 | 0 | 36 | 103 | 216 | 36 | 31 |
| Binary | 101101 | 1010100 | 111011 | 101110 | 0 | 11110 | 1000011 | 10001110 | 11110 | 11001 |
Color Harmonies of #2D543B
Complementary color
Monochromatic Colors of #2D543B
Black with #2D543B
Text Example
Text Example
White with #2D543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D543B; }
p { color: rgb(45,84,59); }
H1.HeaderClassName
{
color: #2D543B;
}
.AnyTagClassName
{
color: #2D543B;
}
</style>
background-color css
<style>
a { background-color: #2D543B; }
a { background-color: rgb(45,84,59); }
div.DivClassName
{
background-color: #2D543B;
}
.BgClassName
{
background-color: #2D543B;
}
</style>
border-color css
<style>
span { border-color: #2D543B; }
span { border-color: rgb(45,84,59); }
td.TdClassName
{
border-color: #2D543B;
}
.TagClassName
{
border-color: #2D543B;
}
</style>