#2E513C

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

Shades of Goblin #2E513C

Tints of Goblin #2E513C

Color information

#2E513C (or 0x2E513C) is unknown color: approx Goblin. HEX triplet: 2E, 51 and 3C. RGB value is (46,81,60). Sum of RGB (Red+Green+Blue) = 46+81+60=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #2E513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E513C is #D1AEC3. Grayscale: #444444. Windows color (decimal): -13741764 or 3952942. OLE color: 3952942.

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

Color convert

RGB468160-
CMYK0.4300.260.68
HSL144º27.56%24.9%-
HSV(B)144º43.21%31.76%-
XYZ4.886.795.33-
YUV68.14123.4112.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=24.60%
G=43.32%
B=32.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681600.4300.260.6814427.5624.9
Hex2E513C2B01A44901c19
Octal5612174530321042203431
Binary10111010100011111001010110110101000100100100001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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