#2F5037

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

Shades of Goblin #2F5037

Tints of Goblin #2F5037

Color information

#2F5037 (or 0x2F5037) is unknown color: approx Goblin. HEX triplet: 2F, 50 and 37. RGB value is (47,80,55). Sum of RGB (Red+Green+Blue) = 47+80+55=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5037 is #D0AFC8. Grayscale: #434343. Windows color (decimal): -13676489 or 3625007. OLE color: 3625007.

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

Color convert

RGB478055-
CMYK0.4100.310.69
HSL134.55º25.98%24.9%-
HSV(B)134.55º41.25%31.37%-
XYZ4.736.624.64-
YUV67.28121.07113.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.82%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 55 (21.88% from 255) = 30.22%
R=25.82%
G=43.96%
B=30.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4780550.4100.310.69134.5525.9824.9
Hex2F50372901F45871a19
Octal5712067510371052073231
Binary10111110100001101111010010111111000101100001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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