#2F4D37

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

Shades of Goblin #2F4D37

Tints of Goblin #2F4D37

Color information

#2F4D37 (or 0x2F4D37) is unknown color: approx Goblin. HEX triplet: 2F, 4D and 37. RGB value is (47,77,55). Sum of RGB (Red+Green+Blue) = 47+77+55=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D37 is #D0B2C8. Grayscale: #414141. Windows color (decimal): -13677257 or 3624239. OLE color: 3624239.

HSL color Cylindrical-coordinate representation of color #2F4D37: hue angle of 136º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F4D37 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB477755-
CMYK0.3900.290.70
HSL136º24.19%24.31%-
HSV(B)136º38.96%30.2%-
XYZ4.526.194.57-
YUV65.52122.06114.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 77 (30.47% from 255) = 43.02%
BLUE value IS 55 (21.88% from 255) = 30.73%
R=26.26%
G=43.02%
B=30.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4777550.3900.290.7013624.1924.31
Hex2F4D372701D46881818
Octal5711567470351062103030
Binary10111110011011101111001110111011000110100010001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,77,55); }

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

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

 a { background-color: rgb(47,77,55); }

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

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

 span { border-color: rgb(47,77,55); }

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