#2F543A

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

Shades of Goblin #2F543A

Tints of Goblin #2F543A

Color information

#2F543A (or 0x2F543A) is unknown color: approx Goblin. HEX triplet: 2F, 54 and 3A. RGB value is (47,84,58). Sum of RGB (Red+Green+Blue) = 47+84+58=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #2F543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F543A is #D0ABC5. Grayscale: #464646. Windows color (decimal): -13675462 or 3822639. OLE color: 3822639.

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

Color convert

RGB478458-
CMYK0.4400.310.67
HSL137.84º28.24%25.69%-
HSV(B)137.84º44.05%32.94%-
XYZ5.117.255.13-
YUV69.97121.24111.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.87%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=24.87%
G=44.44%
B=30.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4784580.4400.310.67137.8428.2425.69
Hex2F543A2C01F438a1c1a
Octal5712472540371032123432
Binary10111110101001110101011000111111000011100010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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