Shades of Goblin #2E603D
Tints of Goblin #2E603D
RGB
CMYK
RGB Variations
Color information
#2E603D (or 0x2E603D) is known color: Goblin. HEX triplet: 2E, 60 and 3D. RGB value is (46,96,61). Sum of RGB (Red+Green+Blue) = 46+96+61=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #2E603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E603D is #D19FC2. Grayscale: #4D4D4D. Windows color (decimal): -13737923 or 4022318. OLE color: 4022318.
HSL color Cylindrical-coordinate representation of color #2E603D: hue angle of 138º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E603D is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 61 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.62 |
| HSL | 138º | 0.35% | 0.28% | - |
| HSV(B) | 138º | 0.52% | 0.38% | - |
| XYZ | 6.15 | 9.28 | 5.88 | - |
| YUV | 77.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 61 | 0.52 | 0 | 0.36 | 0.62 | 138 | 0.35 | 0.28 |
| Hex | 2E | 60 | 3D | 34 | 0 | 24 | 3E | 8A | 23 | 1C |
| Octal | 56 | 140 | 75 | 64 | 0 | 44 | 76 | 212 | 43 | 34 |
| Binary | 101110 | 1100000 | 111101 | 110100 | 0 | 100100 | 111110 | 10001010 | 100011 | 11100 |
Color Harmonies of #2E603D
Complementary color
Monochromatic Colors of #2E603D
Black with #2E603D
Text Example
Text Example
White with #2E603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E603D; }
p { color: rgb(46,96,61); }
H1.HeaderClassName
{
color: #2E603D;
}
.AnyTagClassName
{
color: #2E603D;
}
</style>
background-color css
<style>
a { background-color: #2E603D; }
a { background-color: rgb(46,96,61); }
div.DivClassName
{
background-color: #2E603D;
}
.BgClassName
{
background-color: #2E603D;
}
</style>
border-color css
<style>
span { border-color: #2E603D; }
span { border-color: rgb(46,96,61); }
td.TdClassName
{
border-color: #2E603D;
}
.TagClassName
{
border-color: #2E603D;
}
</style>