Shades of Goblin #2B5436
Tints of Goblin #2B5436
RGB
CMYK
RGB Variations
Color information
#2B5436 (or 0x2B5436) is known color: Goblin. HEX triplet: 2B, 54 and 36. RGB value is (43,84,54). Sum of RGB (Red+Green+Blue) = 43+84+54=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5436 is #D4ABC9. Grayscale: #444444. Windows color (decimal): -13937610 or 3560491. OLE color: 3560491.
HSL color Cylindrical-coordinate representation of color #2B5436: hue angle of 136.1º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5436 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 54 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.67 |
| HSL | 136.1º | 0.32% | 0.25% | - |
| HSV(B) | 136.1º | 0.49% | 0.33% | - |
| XYZ | 4.83 | 7.12 | 4.61 | - |
| YUV | 68.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 54 | 0.49 | 0 | 0.36 | 0.67 | 136.1 | 0.32 | 0.25 |
| Hex | 2B | 54 | 36 | 31 | 0 | 24 | 43 | 88 | 20 | 19 |
| Octal | 53 | 124 | 66 | 61 | 0 | 44 | 103 | 210 | 40 | 31 |
| Binary | 101011 | 1010100 | 110110 | 110001 | 0 | 100100 | 1000011 | 10001000 | 100000 | 11001 |
Color Harmonies of #2B5436
Complementary color
Monochromatic Colors of #2B5436
Black with #2B5436
Text Example
Text Example
White with #2B5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5436; }
p { color: rgb(43,84,54); }
H1.HeaderClassName
{
color: #2B5436;
}
.AnyTagClassName
{
color: #2B5436;
}
</style>
background-color css
<style>
a { background-color: #2B5436; }
a { background-color: rgb(43,84,54); }
div.DivClassName
{
background-color: #2B5436;
}
.BgClassName
{
background-color: #2B5436;
}
</style>
border-color css
<style>
span { border-color: #2B5436; }
span { border-color: rgb(43,84,54); }
td.TdClassName
{
border-color: #2B5436;
}
.TagClassName
{
border-color: #2B5436;
}
</style>