#2F513C

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

Shades of Goblin #2F513C

Tints of Goblin #2F513C

Color information

#2F513C (or 0x2F513C) is unknown color: approx Goblin. HEX triplet: 2F, 51 and 3C. RGB value is (47,81,60). Sum of RGB (Red+Green+Blue) = 47+81+60=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #2F513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F513C is #D0AEC3. Grayscale: #444444. Windows color (decimal): -13676228 or 3952943. OLE color: 3952943.

HSL color Cylindrical-coordinate representation of color #2F513C: hue angle of 142.94º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F513C is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB478160-
CMYK0.4200.260.68
HSL142.94º26.56%25.1%-
HSV(B)142.94º41.98%31.76%-
XYZ4.936.825.33-
YUV68.44123.24112.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=25%
G=43.09%
B=31.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4781600.4200.260.68142.9426.5625.1
Hex2F513C2A01A448f1b19
Octal5712174520321042173331
Binary10111110100011111001010100110101000100100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,81,60); }

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

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

 a { background-color: rgb(47,81,60); }

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

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

 span { border-color: rgb(47,81,60); }

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