#2E543E

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

Shades of Goblin #2E543E

Tints of Goblin #2E543E

Color information

#2E543E (or 0x2E543E) is unknown color: approx Goblin. HEX triplet: 2E, 54 and 3E. RGB value is (46,84,62). Sum of RGB (Red+Green+Blue) = 46+84+62=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #2E543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E543E is #D1ABC1. Grayscale: #464646. Windows color (decimal): -13740994 or 4084782. OLE color: 4084782.

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

Color convert

RGB468462-
CMYK0.4500.260.67
HSL145.26º29.23%25.49%-
HSV(B)145.26º45.24%32.94%-
XYZ5.177.275.69-
YUV70.13123.41110.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=23.96%
G=43.75%
B=32.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4684620.4500.260.67145.2629.2325.49
Hex2E543E2D01A43911d19
Octal5612476550321032213531
Binary10111010101001111101011010110101000011100100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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