#2E513A

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

Shades of Goblin #2E513A

Tints of Goblin #2E513A

Color information

#2E513A (or 0x2E513A) is unknown color: approx Goblin. HEX triplet: 2E, 51 and 3A. RGB value is (46,81,58). Sum of RGB (Red+Green+Blue) = 46+81+58=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #2E513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E513A is #D1AEC5. Grayscale: #434343. Windows color (decimal): -13741766 or 3821870. OLE color: 3821870.

HSL color Cylindrical-coordinate representation of color #2E513A: hue angle of 140.57º 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 #2E513A is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB468158-
CMYK0.4300.280.68
HSL140.57º27.56%24.9%-
HSV(B)140.57º43.21%31.76%-
XYZ4.836.775.06-
YUV67.91122.4112.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=24.86%
G=43.78%
B=31.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681580.4300.280.68140.5727.5624.9
Hex2E513A2B01C448d1c19
Octal5612172530341042153431
Binary10111010100011110101010110111001000100100011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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