Shades of Goblin #2D603C
Tints of Goblin #2D603C
RGB
CMYK
RGB Variations
Color information
#2D603C (or 0x2D603C) is known color: Goblin. HEX triplet: 2D, 60 and 3C. RGB value is (45,96,60). Sum of RGB (Red+Green+Blue) = 45+96+60=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #2D603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D603C is #D29FC3. Grayscale: #4C4C4C. Windows color (decimal): -13803460 or 3956781. OLE color: 3956781.
HSL color Cylindrical-coordinate representation of color #2D603C: hue angle of 137.65º 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 #2D603C is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 60 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.62 |
| HSL | 137.65º | 0.36% | 0.28% | - |
| HSV(B) | 137.65º | 0.53% | 0.38% | - |
| XYZ | 6.08 | 9.25 | 5.74 | - |
| YUV | 76.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 60 | 0.53 | 0 | 0.38 | 0.62 | 137.65 | 0.36 | 0.28 |
| Hex | 2D | 60 | 3C | 35 | 0 | 26 | 3E | 8A | 24 | 1C |
| Octal | 55 | 140 | 74 | 65 | 0 | 46 | 76 | 212 | 44 | 34 |
| Binary | 101101 | 1100000 | 111100 | 110101 | 0 | 100110 | 111110 | 10001010 | 100100 | 11100 |
Color Harmonies of #2D603C
Complementary color
Monochromatic Colors of #2D603C
Black with #2D603C
Text Example
Text Example
White with #2D603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D603C; }
p { color: rgb(45,96,60); }
H1.HeaderClassName
{
color: #2D603C;
}
.AnyTagClassName
{
color: #2D603C;
}
</style>
background-color css
<style>
a { background-color: #2D603C; }
a { background-color: rgb(45,96,60); }
div.DivClassName
{
background-color: #2D603C;
}
.BgClassName
{
background-color: #2D603C;
}
</style>
border-color css
<style>
span { border-color: #2D603C; }
span { border-color: rgb(45,96,60); }
td.TdClassName
{
border-color: #2D603C;
}
.TagClassName
{
border-color: #2D603C;
}
</style>