#2E583F

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

Shades of Goblin #2E583F

Tints of Goblin #2E583F

Color information

#2E583F (or 0x2E583F) is unknown color: approx Goblin. HEX triplet: 2E, 58 and 3F. RGB value is (46,88,63). Sum of RGB (Red+Green+Blue) = 46+88+63=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #2E583F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E583F is #D1A7C0. Grayscale: #484848. Windows color (decimal): -13739969 or 4151342. OLE color: 4151342.

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

Color convert

RGB468863-
CMYK0.4800.280.65
HSL144.29º31.34%26.27%-
HSV(B)144.29º47.73%34.51%-
XYZ5.517.925.94-
YUV72.59122.59109.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 63 (25% from 255) = 31.98%
R=23.35%
G=44.67%
B=31.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4688630.4800.280.65144.2931.3426.27
Hex2E583F3001C41901f1a
Octal5613077600341012203732
Binary10111010110001111111100000111001000001100100001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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