#2D573B

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

Shades of Goblin #2D573B

Tints of Goblin #2D573B

Color information

#2D573B (or 0x2D573B) is unknown color: approx Goblin. HEX triplet: 2D, 57 and 3B. RGB value is (45,87,59). Sum of RGB (Red+Green+Blue) = 45+87+59=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #2D573B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D573B is #D2A8C4. Grayscale: #474747. Windows color (decimal): -13805765 or 3888941. OLE color: 3888941.

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

Color convert

RGB458759-
CMYK0.4800.320.66
HSL140º31.82%25.88%-
HSV(B)140º48.28%34.12%-
XYZ5.287.695.34-
YUV71.25121.09109.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.56%
GREEN value IS 87 (34.38% from 255) = 45.55%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=23.56%
G=45.55%
B=30.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4587590.4800.320.6614031.8225.88
Hex2D573B30020428c201a
Octal5512773600401022144032
Binary1011011010111111011110000010000010000101000110010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D573B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,87,59); }

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

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

 a { background-color: rgb(45,87,59); }

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

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

 span { border-color: rgb(45,87,59); }

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