#2E583D

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

Shades of Goblin #2E583D

Tints of Goblin #2E583D

Color information

#2E583D (or 0x2E583D) is unknown color: approx Goblin. HEX triplet: 2E, 58 and 3D. RGB value is (46,88,61). Sum of RGB (Red+Green+Blue) = 46+88+61=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #2E583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E583D is #D1A7C2. Grayscale: #484848. Windows color (decimal): -13739971 or 4020270. OLE color: 4020270.

HSL color Cylindrical-coordinate representation of color #2E583D: hue angle of 141.43º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E583D is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB468861-
CMYK0.4800.310.65
HSL141.43º31.34%26.27%-
HSV(B)141.43º47.73%34.51%-
XYZ5.467.95.65-
YUV72.36121.59109.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.59%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=23.59%
G=45.13%
B=31.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4688610.4800.310.65141.4331.3426.27
Hex2E583D3001F418d1f1a
Octal5613075600371012153732
Binary10111010110001111011100000111111000001100011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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