Shades of Goblin #2B5C3B
Tints of Goblin #2B5C3B
RGB
CMYK
RGB Variations
Color information
#2B5C3B (or 0x2B5C3B) is known color: Goblin. HEX triplet: 2B, 5C and 3B. RGB value is (43,92,59). Sum of RGB (Red+Green+Blue) = 43+92+59=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C3B is #D4A3C4. Grayscale: #494949. Windows color (decimal): -13935557 or 3890219. OLE color: 3890219.
HSL color Cylindrical-coordinate representation of color #2B5C3B: hue angle of 139.59º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C3B is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 59 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.64 |
| HSL | 139.59º | 0.36% | 0.26% | - |
| HSV(B) | 139.59º | 0.53% | 0.36% | - |
| XYZ | 5.61 | 8.48 | 5.48 | - |
| YUV | 73.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 59 | 0.53 | 0 | 0.36 | 0.64 | 139.59 | 0.36 | 0.26 |
| Hex | 2B | 5C | 3B | 35 | 0 | 24 | 40 | 8C | 24 | 1A |
| Octal | 53 | 134 | 73 | 65 | 0 | 44 | 100 | 214 | 44 | 32 |
| Binary | 101011 | 1011100 | 111011 | 110101 | 0 | 100100 | 1000000 | 10001100 | 100100 | 11010 |
Color Harmonies of #2B5C3B
Complementary color
Monochromatic Colors of #2B5C3B
Black with #2B5C3B
Text Example
Text Example
White with #2B5C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C3B; }
p { color: rgb(43,92,59); }
H1.HeaderClassName
{
color: #2B5C3B;
}
.AnyTagClassName
{
color: #2B5C3B;
}
</style>
background-color css
<style>
a { background-color: #2B5C3B; }
a { background-color: rgb(43,92,59); }
div.DivClassName
{
background-color: #2B5C3B;
}
.BgClassName
{
background-color: #2B5C3B;
}
</style>
border-color css
<style>
span { border-color: #2B5C3B; }
span { border-color: rgb(43,92,59); }
td.TdClassName
{
border-color: #2B5C3B;
}
.TagClassName
{
border-color: #2B5C3B;
}
</style>