#2F4E39

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

Shades of Goblin #2F4E39

Tints of Goblin #2F4E39

Color information

#2F4E39 (or 0x2F4E39) is unknown color: approx Goblin. HEX triplet: 2F, 4E and 39. RGB value is (47,78,57). Sum of RGB (Red+Green+Blue) = 47+78+57=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E39 is #D0B1C6. Grayscale: #424242. Windows color (decimal): -13676999 or 3755567. OLE color: 3755567.

HSL color Cylindrical-coordinate representation of color #2F4E39: hue angle of 139.35º 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 #2F4E39 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB477857-
CMYK0.4000.270.69
HSL139.35º24.8%24.51%-
HSV(B)139.35º39.74%30.59%-
XYZ4.646.354.85-
YUV66.34122.73114.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.82%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=25.82%
G=42.86%
B=31.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778570.4000.270.69139.3524.824.51
Hex2F4E392801B458b1919
Octal5711671500331052133131
Binary10111110011101110011010000110111000101100010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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