#2E573A

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

Shades of Goblin #2E573A

Tints of Goblin #2E573A

Color information

#2E573A (or 0x2E573A) is unknown color: approx Goblin. HEX triplet: 2E, 57 and 3A. RGB value is (46,87,58). Sum of RGB (Red+Green+Blue) = 46+87+58=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #2E573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E573A is #D1A8C5. Grayscale: #474747. Windows color (decimal): -13740230 or 3823406. OLE color: 3823406.

HSL color Cylindrical-coordinate representation of color #2E573A: hue angle of 137.56º 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 #2E573A is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB468758-
CMYK0.4700.330.66
HSL137.56º30.83%26.08%-
HSV(B)137.56º47.13%34.12%-
XYZ5.37.75.21-
YUV71.43120.42109.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 87 (34.38% from 255) = 45.55%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=24.08%
G=45.55%
B=30.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4687580.4700.330.66137.5630.8326.08
Hex2E573A2F021428a1f1a
Octal5612772570411022123732
Binary101110101011111101010111101000011000010100010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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