#2F5539

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

Shades of Goblin #2F5539

Tints of Goblin #2F5539

Color information

#2F5539 (or 0x2F5539) is unknown color: approx Goblin. HEX triplet: 2F, 55 and 39. RGB value is (47,85,57). Sum of RGB (Red+Green+Blue) = 47+85+57=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5539 is #D0AAC6. Grayscale: #464646. Windows color (decimal): -13675207 or 3757359. OLE color: 3757359.

HSL color Cylindrical-coordinate representation of color #2F5539: hue angle of 135.79º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F5539 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB478557-
CMYK0.4500.330.67
HSL135.79º28.79%25.88%-
HSV(B)135.79º44.71%33.33%-
XYZ5.167.45.03-
YUV70.45120.41111.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.87%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 57 (22.66% from 255) = 30.16%
R=24.87%
G=44.97%
B=30.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785570.4500.330.67135.7928.7925.88
Hex2F55392D02143881d1a
Octal5712571550411032103532
Binary101111101010111100110110101000011000011100010001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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