#2F5C3B

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

Shades of Goblin #2F5C3B

Tints of Goblin #2F5C3B

Color information

#2F5C3B (or 0x2F5C3B) is unknown color: approx Goblin. HEX triplet: 2F, 5C and 3B. RGB value is (47,92,59). Sum of RGB (Red+Green+Blue) = 47+92+59=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 92 - color contains mainly: green. Hex color #2F5C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5C3B is #D0A3C4. Grayscale: #4A4A4A. Windows color (decimal): -13673413 or 3890223. OLE color: 3890223.

HSL color Cylindrical-coordinate representation of color #2F5C3B: hue angle of 136º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5C3B is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB479259-
CMYK0.4900.360.64
HSL136º32.37%27.25%-
HSV(B)136º48.91%36.08%-
XYZ5.798.575.49-
YUV74.78119.09108.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.74%
GREEN value IS 92 (36.33% from 255) = 46.46%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=23.74%
G=46.46%
B=29.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4792590.4900.360.6413632.3727.25
Hex2F5C3B310244088201b
Octal5713473610441002104033
Binary1011111011100111011110001010010010000001000100010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,92,59); }

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

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

 a { background-color: rgb(47,92,59); }

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

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

 span { border-color: rgb(47,92,59); }

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