Shades of Goblin #2B5334
Tints of Goblin #2B5334
RGB
CMYK
RGB Variations
Color information
#2B5334 (or 0x2B5334) is known color: Goblin. HEX triplet: 2B, 53 and 34. RGB value is (43,83,52). Sum of RGB (Red+Green+Blue) = 43+83+52=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5334 is #D4ACCB. Grayscale: #434343. Windows color (decimal): -13937868 or 3429163. OLE color: 3429163.
HSL color Cylindrical-coordinate representation of color #2B5334: hue angle of 133.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5334 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 52 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.67 |
| HSL | 133.5º | 0.32% | 0.25% | - |
| HSV(B) | 133.5º | 0.48% | 0.33% | - |
| XYZ | 4.71 | 6.95 | 4.34 | - |
| YUV | 67.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 52 | 0.48 | 0 | 0.37 | 0.67 | 133.5 | 0.32 | 0.25 |
| Hex | 2B | 53 | 34 | 30 | 0 | 25 | 43 | 86 | 20 | 19 |
| Octal | 53 | 123 | 64 | 60 | 0 | 45 | 103 | 206 | 40 | 31 |
| Binary | 101011 | 1010011 | 110100 | 110000 | 0 | 100101 | 1000011 | 10000110 | 100000 | 11001 |
Color Harmonies of #2B5334
Complementary color
Monochromatic Colors of #2B5334
Black with #2B5334
Text Example
Text Example
White with #2B5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5334; }
p { color: rgb(43,83,52); }
H1.HeaderClassName
{
color: #2B5334;
}
.AnyTagClassName
{
color: #2B5334;
}
</style>
background-color css
<style>
a { background-color: #2B5334; }
a { background-color: rgb(43,83,52); }
div.DivClassName
{
background-color: #2B5334;
}
.BgClassName
{
background-color: #2B5334;
}
</style>
border-color css
<style>
span { border-color: #2B5334; }
span { border-color: rgb(43,83,52); }
td.TdClassName
{
border-color: #2B5334;
}
.TagClassName
{
border-color: #2B5334;
}
</style>