#2E513B

Color #2E513B Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #2E513B

Tints of Goblin #2E513B

Color information

#2E513B (or 0x2E513B) is unknown color: approx Goblin. HEX triplet: 2E, 51 and 3B. RGB value is (46,81,59). Sum of RGB (Red+Green+Blue) = 46+81+59=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #2E513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E513B is #D1AEC4. Grayscale: #444444. Windows color (decimal): -13741765 or 3887406. OLE color: 3887406.

HSL color Cylindrical-coordinate representation of color #2E513B: hue angle of 142.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E513B is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB468159-
CMYK0.4300.270.68
HSL142.29º27.56%24.9%-
HSV(B)142.29º43.21%31.76%-
XYZ4.866.785.19-
YUV68.03122.9112.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 59 (23.44% from 255) = 31.72%
R=24.73%
G=43.55%
B=31.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681590.4300.270.68142.2927.5624.9
Hex2E513B2B01B448e1c19
Octal5612173530331042163431
Binary10111010100011110111010110110111000100100011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E513B; }

 p { color: rgb(46,81,59); }

 H1.HeaderClassName
 {
   color: #2E513B;
 }
 .AnyTagClassName
 {
   color: #2E513B;
 }
</style>
background-color css

<style>
 a { background-color: #2E513B; }

 a { background-color: rgb(46,81,59); }

 div.DivClassName
 {
   background-color: #2E513B;
 }
 .BgClassName
 {
   background-color: #2E513B;
 }
</style>
border-color css

<style>
 span { border-color: #2E513B; }

 span { border-color: rgb(46,81,59); }

 td.TdClassName
 {
   border-color: #2E513B;
 }
 .TagClassName
 {
   border-color: #2E513B;
 }
</style>