Shades of Goblin #2D5335
Tints of Goblin #2D5335
RGB
CMYK
RGB Variations
Color information
#2D5335 (or 0x2D5335) is known color: Goblin. HEX triplet: 2D, 53 and 35. RGB value is (45,83,53). Sum of RGB (Red+Green+Blue) = 45+83+53=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5335 is #D2ACCA. Grayscale: #444444. Windows color (decimal): -13806795 or 3494701. OLE color: 3494701.
HSL color Cylindrical-coordinate representation of color #2D5335: hue angle of 132.63º 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 #2D5335 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 53 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.67 |
| HSL | 132.63º | 0.3% | 0.25% | - |
| HSV(B) | 132.63º | 0.46% | 0.33% | - |
| XYZ | 4.82 | 7 | 4.47 | - |
| YUV | 68.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 53 | 0.46 | 0 | 0.36 | 0.67 | 132.63 | 0.3 | 0.25 |
| Hex | 2D | 53 | 35 | 2E | 0 | 24 | 43 | 85 | 1E | 19 |
| Octal | 55 | 123 | 65 | 56 | 0 | 44 | 103 | 205 | 36 | 31 |
| Binary | 101101 | 1010011 | 110101 | 101110 | 0 | 100100 | 1000011 | 10000101 | 11110 | 11001 |
Color Harmonies of #2D5335
Complementary color
Monochromatic Colors of #2D5335
Black with #2D5335
Text Example
Text Example
White with #2D5335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5335; }
p { color: rgb(45,83,53); }
H1.HeaderClassName
{
color: #2D5335;
}
.AnyTagClassName
{
color: #2D5335;
}
</style>
background-color css
<style>
a { background-color: #2D5335; }
a { background-color: rgb(45,83,53); }
div.DivClassName
{
background-color: #2D5335;
}
.BgClassName
{
background-color: #2D5335;
}
</style>
border-color css
<style>
span { border-color: #2D5335; }
span { border-color: rgb(45,83,53); }
td.TdClassName
{
border-color: #2D5335;
}
.TagClassName
{
border-color: #2D5335;
}
</style>