#2F5B3B

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

Shades of Goblin #2F5B3B

Tints of Goblin #2F5B3B

Color information

#2F5B3B (or 0x2F5B3B) is unknown color: approx Goblin. HEX triplet: 2F, 5B and 3B. RGB value is (47,91,59). Sum of RGB (Red+Green+Blue) = 47+91+59=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5B3B is #D0A4C4. Grayscale: #4A4A4A. Windows color (decimal): -13673669 or 3889967. OLE color: 3889967.

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

Color convert

RGB479159-
CMYK0.4800.350.64
HSL136.36º31.88%27.06%-
HSV(B)136.36º48.35%35.69%-
XYZ5.78.45.46-
YUV74.2119.42108.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 91 (35.94% from 255) = 46.19%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=23.86%
G=46.19%
B=29.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4791590.4800.350.64136.3631.8827.06
Hex2F5B3B300234088201b
Octal5713373600431002104033
Binary1011111011011111011110000010001110000001000100010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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