#2E543D

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

Shades of Goblin #2E543D

Tints of Goblin #2E543D

Color information

#2E543D (or 0x2E543D) is unknown color: approx Goblin. HEX triplet: 2E, 54 and 3D. RGB value is (46,84,61). Sum of RGB (Red+Green+Blue) = 46+84+61=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #2E543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E543D is #D1ABC2. Grayscale: #464646. Windows color (decimal): -13740995 or 4019246. OLE color: 4019246.

HSL color Cylindrical-coordinate representation of color #2E543D: hue angle of 143.68º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E543D is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB468461-
CMYK0.4500.270.67
HSL143.68º29.23%25.49%-
HSV(B)143.68º45.24%32.94%-
XYZ5.147.265.55-
YUV70.02122.91110.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=24.08%
G=43.98%
B=31.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4684610.4500.270.67143.6829.2325.49
Hex2E543D2D01B43901d19
Octal5612475550331032203531
Binary10111010101001111011011010110111000011100100001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,84,61); }

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

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

 a { background-color: rgb(46,84,61); }

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

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

 span { border-color: rgb(46,84,61); }

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