#2F543D

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

Shades of Goblin #2F543D

Tints of Goblin #2F543D

Color information

#2F543D (or 0x2F543D) is unknown color: approx Goblin. HEX triplet: 2F, 54 and 3D. RGB value is (47,84,61). Sum of RGB (Red+Green+Blue) = 47+84+61=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #2F543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F543D is #D0ABC2. Grayscale: #464646. Windows color (decimal): -13675459 or 4019247. OLE color: 4019247.

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

Color convert

RGB478461-
CMYK0.4400.270.67
HSL142.7º28.24%25.69%-
HSV(B)142.7º44.05%32.94%-
XYZ5.187.285.55-
YUV70.32122.74111.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 61 (24.22% from 255) = 31.77%
R=24.48%
G=43.75%
B=31.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4784610.4400.270.67142.728.2425.69
Hex2F543D2C01B438f1c1a
Octal5712475540331032173432
Binary10111110101001111011011000110111000011100011111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,84,61); }

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

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

 a { background-color: rgb(47,84,61); }

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

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

 span { border-color: rgb(47,84,61); }

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