#2F5F3D

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

Shades of Goblin #2F5F3D

Tints of Goblin #2F5F3D

Color information

#2F5F3D (or 0x2F5F3D) is unknown color: approx Goblin. HEX triplet: 2F, 5F and 3D. RGB value is (47,95,61). Sum of RGB (Red+Green+Blue) = 47+95+61=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5F3D is #D0A0C2. Grayscale: #4C4C4C. Windows color (decimal): -13672643 or 4022063. OLE color: 4022063.

HSL color Cylindrical-coordinate representation of color #2F5F3D: hue angle of 137.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F5F3D is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB479561-
CMYK0.5100.360.63
HSL137.5º33.8%27.84%-
HSV(B)137.5º50.53%37.25%-
XYZ6.119.135.85-
YUV76.77119.1106.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.15%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=23.15%
G=46.80%
B=30.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4795610.5100.360.63137.533.827.84
Hex2F5F3D330243F8a221c
Octal571377563044772124234
Binary101111101111111110111001101001001111111000101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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