#2F4E36

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

Shades of Goblin #2F4E36

Tints of Goblin #2F4E36

Color information

#2F4E36 (or 0x2F4E36) is unknown color: approx Goblin. HEX triplet: 2F, 4E and 36. RGB value is (47,78,54). Sum of RGB (Red+Green+Blue) = 47+78+54=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E36 is #D0B1C9. Grayscale: #424242. Windows color (decimal): -13677002 or 3558959. OLE color: 3558959.

HSL color Cylindrical-coordinate representation of color #2F4E36: hue angle of 133.55º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4E36 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB477854-
CMYK0.4000.310.69
HSL133.55º24.8%24.51%-
HSV(B)133.55º39.74%30.59%-
XYZ4.566.324.47-
YUV65.99121.23114.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 78 (30.86% from 255) = 43.58%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=26.26%
G=43.58%
B=30.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778540.4000.310.69133.5524.824.51
Hex2F4E362801F45861919
Octal5711666500371052063131
Binary10111110011101101101010000111111000101100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,78,54); }

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

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

 a { background-color: rgb(47,78,54); }

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

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

 span { border-color: rgb(47,78,54); }

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