Html Css Color HEX #2F4B39 Goblin

📋 copy color: '#2F4B39'

red 47 ◦ green 75 ◦ blue 57

#2F4B39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #2F4B39

Tints of Goblin #2F4B39

RGB

 RED value IS 47 (18.75% from 255) = 26.26%

 GREEN value IS 75 (29.69% from 255) = 41.9%

 BLUE value IS 57 (22.66% from 255) = 31.84%

R = 26.26%
G = 41.9%
B = 31.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#2F4B39 (or 0x2F4B39) is known color: Goblin. HEX triplet: 2F, 4B and 39. RGB value is (47,75,57). Sum of RGB (Red+Green+Blue) = 47+75+57=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4B39 is #D0B4C6. Grayscale: #404040. Windows color (decimal): -13677767 or 3754799. OLE color: 3754799.

HSL color Cylindrical-coordinate representation of color #2F4B39: hue angle of 141.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F4B39 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 75 57 -
CMYK 0.37 0 0.24 0.71
HSL 141.43º 0.23% 0.24% -
HSV(B) 141.43º 0.37% 0.29% -
XYZ 4.43 5.93 4.78 -
YUV 64.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 47 75 57 0.37 0 0.24 0.71 141.43 0.23 0.24
Hex 2F 4B 39 25 0 18 47 8D 17 18
Octal 57 113 71 45 0 30 107 215 27 30
Binary 101111 1001011 111001 100101 0 11000 1000111 10001101 10111 11000

Color Harmonies of #2F4B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4B39

Black with #2F4B39

Text Example


Text Example

White with #2F4B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,75,57); }

 H1.HeaderClassName
 {
   color: #2F4B39;
 }
 .AnyTagClassName
 {
   color: #2F4B39;
 }
</style>

background-color css

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

 a { background-color: rgb(47,75,57); }

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

border-color css

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

 span { border-color: rgb(47,75,57); }

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