#2F5F3E

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

Shades of Goblin #2F5F3E

Tints of Goblin #2F5F3E

Color information

#2F5F3E (or 0x2F5F3E) is unknown color: approx Goblin. HEX triplet: 2F, 5F and 3E. RGB value is (47,95,62). Sum of RGB (Red+Green+Blue) = 47+95+62=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5F3E is #D0A0C1. Grayscale: #4C4C4C. Windows color (decimal): -13672642 or 4087599. OLE color: 4087599.

HSL color Cylindrical-coordinate representation of color #2F5F3E: hue angle of 138.75º 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 #2F5F3E is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB479562-
CMYK0.5100.350.63
HSL138.75º33.8%27.84%-
HSV(B)138.75º50.53%37.25%-
XYZ6.139.146-
YUV76.89119.6106.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.04%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=23.04%
G=46.57%
B=30.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4795620.5100.350.63138.7533.827.84
Hex2F5F3E330233F8b221c
Octal571377663043772134234
Binary101111101111111111011001101000111111111000101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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