Shades of Goblin #2D613D
Tints of Goblin #2D613D
RGB
CMYK
RGB Variations
Color information
#2D613D (or 0x2D613D) is known color: Goblin. HEX triplet: 2D, 61 and 3D. RGB value is (45,97,61). Sum of RGB (Red+Green+Blue) = 45+97+61=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #2D613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D613D is #D29EC2. Grayscale: #4D4D4D. Windows color (decimal): -13803203 or 4022573. OLE color: 4022573.
HSL color Cylindrical-coordinate representation of color #2D613D: hue angle of 138.46º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D613D is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 61 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.62 |
| HSL | 138.46º | 0.37% | 0.28% | - |
| HSV(B) | 138.46º | 0.54% | 0.38% | - |
| XYZ | 6.2 | 9.44 | 5.91 | - |
| YUV | 77.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 61 | 0.54 | 0 | 0.37 | 0.62 | 138.46 | 0.37 | 0.28 |
| Hex | 2D | 61 | 3D | 36 | 0 | 25 | 3E | 8A | 25 | 1C |
| Octal | 55 | 141 | 75 | 66 | 0 | 45 | 76 | 212 | 45 | 34 |
| Binary | 101101 | 1100001 | 111101 | 110110 | 0 | 100101 | 111110 | 10001010 | 100101 | 11100 |
Color Harmonies of #2D613D
Complementary color
Monochromatic Colors of #2D613D
Black with #2D613D
Text Example
Text Example
White with #2D613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D613D; }
p { color: rgb(45,97,61); }
H1.HeaderClassName
{
color: #2D613D;
}
.AnyTagClassName
{
color: #2D613D;
}
</style>
background-color css
<style>
a { background-color: #2D613D; }
a { background-color: rgb(45,97,61); }
div.DivClassName
{
background-color: #2D613D;
}
.BgClassName
{
background-color: #2D613D;
}
</style>
border-color css
<style>
span { border-color: #2D613D; }
span { border-color: rgb(45,97,61); }
td.TdClassName
{
border-color: #2D613D;
}
.TagClassName
{
border-color: #2D613D;
}
</style>