#2D4F37

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

Shades of Goblin #2D4F37

Tints of Goblin #2D4F37

Color information

#2D4F37 (or 0x2D4F37) is unknown color: approx Goblin. HEX triplet: 2D, 4F and 37. RGB value is (45,79,55). Sum of RGB (Red+Green+Blue) = 45+79+55=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F37 is #D2B0C8. Grayscale: #424242. Windows color (decimal): -13807817 or 3624749. OLE color: 3624749.

HSL color Cylindrical-coordinate representation of color #2D4F37: hue angle of 137.65º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2D4F37 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB457955-
CMYK0.4300.300.69
HSL137.65º27.42%24.31%-
HSV(B)137.65º43.04%30.98%-
XYZ4.576.434.61-
YUV66.1121.74112.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.14%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 55 (21.88% from 255) = 30.73%
R=25.14%
G=44.13%
B=30.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4579550.4300.300.69137.6527.4224.31
Hex2D4F372B01E458a1b18
Octal5511767530361052123330
Binary10110110011111101111010110111101000101100010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,79,55); }

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

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

 a { background-color: rgb(45,79,55); }

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

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

 span { border-color: rgb(45,79,55); }

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