#2F553E

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

Shades of Goblin #2F553E

Tints of Goblin #2F553E

Color information

#2F553E (or 0x2F553E) is unknown color: approx Goblin. HEX triplet: 2F, 55 and 3E. RGB value is (47,85,62). Sum of RGB (Red+Green+Blue) = 47+85+62=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #2F553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F553E is #D0AAC1. Grayscale: #474747. Windows color (decimal): -13675202 or 4085039. OLE color: 4085039.

HSL color Cylindrical-coordinate representation of color #2F553E: hue angle of 143.68º 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 #2F553E is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB478562-
CMYK0.4500.270.67
HSL143.68º28.79%25.88%-
HSV(B)143.68º44.71%33.33%-
XYZ5.297.455.72-
YUV71.02122.91110.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=24.23%
G=43.81%
B=31.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785620.4500.270.67143.6828.7925.88
Hex2F553E2D01B43901d1a
Octal5712576550331032203532
Binary10111110101011111101011010110111000011100100001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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