#2E583C

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

Shades of Goblin #2E583C

Tints of Goblin #2E583C

Color information

#2E583C (or 0x2E583C) is unknown color: approx Goblin. HEX triplet: 2E, 58 and 3C. RGB value is (46,88,60). Sum of RGB (Red+Green+Blue) = 46+88+60=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #2E583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E583C is #D1A7C3. Grayscale: #484848. Windows color (decimal): -13739972 or 3954734. OLE color: 3954734.

HSL color Cylindrical-coordinate representation of color #2E583C: hue angle of 140º 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 #2E583C is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB468860-
CMYK0.4800.320.65
HSL140º31.34%26.27%-
HSV(B)140º47.73%34.51%-
XYZ5.437.895.51-
YUV72.25121.09109.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 88 (34.77% from 255) = 45.36%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=23.71%
G=45.36%
B=30.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4688600.4800.320.6514031.3426.27
Hex2E583C30020418c1f1a
Octal5613074600401012143732
Binary101110101100011110011000001000001000001100011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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