#2F543C

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

Shades of Goblin #2F543C

Tints of Goblin #2F543C

Color information

#2F543C (or 0x2F543C) is unknown color: approx Goblin. HEX triplet: 2F, 54 and 3C. RGB value is (47,84,60). Sum of RGB (Red+Green+Blue) = 47+84+60=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #2F543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F543C is #D0ABC3. Grayscale: #464646. Windows color (decimal): -13675460 or 3953711. OLE color: 3953711.

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

Color convert

RGB478460-
CMYK0.4400.290.67
HSL141.08º28.24%25.69%-
HSV(B)141.08º44.05%32.94%-
XYZ5.167.275.41-
YUV70.2122.24111.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.61%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=24.61%
G=43.98%
B=31.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4784600.4400.290.67141.0828.2425.69
Hex2F543C2C01D438d1c1a
Octal5712474540351032153432
Binary10111110101001111001011000111011000011100011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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