#2D583C

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

Shades of Goblin #2D583C

Tints of Goblin #2D583C

Color information

#2D583C (or 0x2D583C) is unknown color: approx Goblin. HEX triplet: 2D, 58 and 3C. RGB value is (45,88,60). Sum of RGB (Red+Green+Blue) = 45+88+60=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #2D583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D583C is #D2A7C3. Grayscale: #484848. Windows color (decimal): -13805508 or 3954733. OLE color: 3954733.

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

Color convert

RGB458860-
CMYK0.4900.320.65
HSL140.93º32.33%26.08%-
HSV(B)140.93º48.86%34.51%-
XYZ5.397.865.51-
YUV71.95121.25108.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 88 (34.77% from 255) = 45.60%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=23.32%
G=45.60%
B=31.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4588600.4900.320.65140.9332.3326.08
Hex2D583C31020418d201a
Octal5513074610401012154032
Binary1011011011000111100110001010000010000011000110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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