#2F5840

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

Shades of Goblin #2F5840

Tints of Goblin #2F5840

Color information

#2F5840 (or 0x2F5840) is unknown color: approx Goblin. HEX triplet: 2F, 58 and 40. RGB value is (47,88,64). Sum of RGB (Red+Green+Blue) = 47+88+64=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5840 is #D0A7BF. Grayscale: #494949. Windows color (decimal): -13674432 or 4216879. OLE color: 4216879.

HSL color Cylindrical-coordinate representation of color #2F5840: hue angle of 144.88º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5840 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB478864-
CMYK0.4700.270.65
HSL144.88º30.37%26.47%-
HSV(B)144.88º46.59%34.51%-
XYZ5.597.956.09-
YUV73.01122.92109.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.62%
GREEN value IS 88 (34.77% from 255) = 44.22%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=23.62%
G=44.22%
B=32.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4788640.4700.270.65144.8830.3726.47
Hex2F58402F01B41911e1a
Octal57130100570331012213632
Binary101111101100010000001011110110111000001100100011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,88,64); }

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

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

 a { background-color: rgb(47,88,64); }

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

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

 span { border-color: rgb(47,88,64); }

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