Shades of Goblin #2D603D
Tints of Goblin #2D603D
RGB
CMYK
RGB Variations
Color information
#2D603D (or 0x2D603D) is known color: Goblin. HEX triplet: 2D, 60 and 3D. RGB value is (45,96,61). Sum of RGB (Red+Green+Blue) = 45+96+61=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #2D603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D603D is #D29FC2. Grayscale: #4C4C4C. Windows color (decimal): -13803459 or 4022317. OLE color: 4022317.
HSL color Cylindrical-coordinate representation of color #2D603D: hue angle of 138.82º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D603D is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 61 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.62 |
| HSL | 138.82º | 0.36% | 0.28% | - |
| HSV(B) | 138.82º | 0.53% | 0.38% | - |
| XYZ | 6.11 | 9.26 | 5.88 | - |
| YUV | 76.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 61 | 0.53 | 0 | 0.36 | 0.62 | 138.82 | 0.36 | 0.28 |
| Hex | 2D | 60 | 3D | 35 | 0 | 24 | 3E | 8B | 24 | 1C |
| Octal | 55 | 140 | 75 | 65 | 0 | 44 | 76 | 213 | 44 | 34 |
| Binary | 101101 | 1100000 | 111101 | 110101 | 0 | 100100 | 111110 | 10001011 | 100100 | 11100 |
Color Harmonies of #2D603D
Complementary color
Monochromatic Colors of #2D603D
Black with #2D603D
Text Example
Text Example
White with #2D603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D603D; }
p { color: rgb(45,96,61); }
H1.HeaderClassName
{
color: #2D603D;
}
.AnyTagClassName
{
color: #2D603D;
}
</style>
background-color css
<style>
a { background-color: #2D603D; }
a { background-color: rgb(45,96,61); }
div.DivClassName
{
background-color: #2D603D;
}
.BgClassName
{
background-color: #2D603D;
}
</style>
border-color css
<style>
span { border-color: #2D603D; }
span { border-color: rgb(45,96,61); }
td.TdClassName
{
border-color: #2D603D;
}
.TagClassName
{
border-color: #2D603D;
}
</style>