#2E573E

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

Shades of Goblin #2E573E

Tints of Goblin #2E573E

Color information

#2E573E (or 0x2E573E) is unknown color: approx Goblin. HEX triplet: 2E, 57 and 3E. RGB value is (46,87,62). Sum of RGB (Red+Green+Blue) = 46+87+62=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #2E573E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E573E is #D1A8C1. Grayscale: #474747. Windows color (decimal): -13740226 or 4085550. OLE color: 4085550.

HSL color Cylindrical-coordinate representation of color #2E573E: hue angle of 143.41º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E573E is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB468762-
CMYK0.4700.290.66
HSL143.41º30.83%26.08%-
HSV(B)143.41º47.13%34.12%-
XYZ5.47.755.77-
YUV71.89122.42109.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.59%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=23.59%
G=44.62%
B=31.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4687620.4700.290.66143.4130.8326.08
Hex2E573E2F01D428f1f1a
Octal5612776570351022173732
Binary10111010101111111101011110111011000010100011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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