#2F5B3A

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

Shades of Goblin #2F5B3A

Tints of Goblin #2F5B3A

Color information

#2F5B3A (or 0x2F5B3A) is unknown color: approx Goblin. HEX triplet: 2F, 5B and 3A. RGB value is (47,91,58). Sum of RGB (Red+Green+Blue) = 47+91+58=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5B3A is #D0A4C5. Grayscale: #4A4A4A. Windows color (decimal): -13673670 or 3824431. OLE color: 3824431.

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

Color convert

RGB479158-
CMYK0.4800.360.64
HSL135º31.88%27.06%-
HSV(B)135º48.35%35.69%-
XYZ5.688.395.32-
YUV74.08118.92108.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.98%
GREEN value IS 91 (35.94% from 255) = 46.43%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=23.98%
G=46.43%
B=29.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4791580.4800.360.6413531.8827.06
Hex2F5B3A300244087201b
Octal5713372600441002074033
Binary1011111011011111010110000010010010000001000011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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