#2F4A39

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

Shades of Goblin #2F4A39

Tints of Goblin #2F4A39

Color information

#2F4A39 (or 0x2F4A39) is unknown color: approx Goblin. HEX triplet: 2F, 4A and 39. RGB value is (47,74,57). Sum of RGB (Red+Green+Blue) = 47+74+57=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #2F4A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4A39 is #D0B5C6. Grayscale: #404040. Windows color (decimal): -13678023 or 3754543. OLE color: 3754543.

HSL color Cylindrical-coordinate representation of color #2F4A39: hue angle of 142.22º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F4A39 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB477457-
CMYK0.3600.230.71
HSL142.22º22.31%23.73%-
HSV(B)142.22º36.49%29.02%-
XYZ4.365.84.76-
YUV63.99124.05115.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.40%
GREEN value IS 74 (29.30% from 255) = 41.57%
BLUE value IS 57 (22.66% from 255) = 32.02%
R=26.40%
G=41.57%
B=32.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4774570.3600.230.71142.2222.3123.73
Hex2F4A3924017478e1618
Octal5711271440271072162630
Binary10111110010101110011001000101111000111100011101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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