Shades of Goblin #2D533B
Tints of Goblin #2D533B
RGB
CMYK
RGB Variations
Color information
#2D533B (or 0x2D533B) is known color: Goblin. HEX triplet: 2D, 53 and 3B. RGB value is (45,83,59). Sum of RGB (Red+Green+Blue) = 45+83+59=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #2D533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D533B is #D2ACC4. Grayscale: #444444. Windows color (decimal): -13806789 or 3887917. OLE color: 3887917.
HSL color Cylindrical-coordinate representation of color #2D533B: hue angle of 142.11º 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 #2D533B is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 59 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.67 |
| HSL | 142.11º | 0.3% | 0.25% | - |
| HSV(B) | 142.11º | 0.46% | 0.33% | - |
| XYZ | 4.96 | 7.06 | 5.24 | - |
| YUV | 68.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 59 | 0.46 | 0 | 0.29 | 0.67 | 142.11 | 0.3 | 0.25 |
| Hex | 2D | 53 | 3B | 2E | 0 | 1D | 43 | 8E | 1E | 19 |
| Octal | 55 | 123 | 73 | 56 | 0 | 35 | 103 | 216 | 36 | 31 |
| Binary | 101101 | 1010011 | 111011 | 101110 | 0 | 11101 | 1000011 | 10001110 | 11110 | 11001 |
Color Harmonies of #2D533B
Complementary color
Monochromatic Colors of #2D533B
Black with #2D533B
Text Example
Text Example
White with #2D533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D533B; }
p { color: rgb(45,83,59); }
H1.HeaderClassName
{
color: #2D533B;
}
.AnyTagClassName
{
color: #2D533B;
}
</style>
background-color css
<style>
a { background-color: #2D533B; }
a { background-color: rgb(45,83,59); }
div.DivClassName
{
background-color: #2D533B;
}
.BgClassName
{
background-color: #2D533B;
}
</style>
border-color css
<style>
span { border-color: #2D533B; }
span { border-color: rgb(45,83,59); }
td.TdClassName
{
border-color: #2D533B;
}
.TagClassName
{
border-color: #2D533B;
}
</style>