Html Css Color HEX #2F4F3D Goblin

📋 copy color: '#2F4F3D'

red 47 ◦ green 79 ◦ blue 61

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

Shades of Goblin #2F4F3D

Tints of Goblin #2F4F3D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.25%

 BLUE value IS 61 (24.22% from 255) = 32.62%

R = 25.13%
G = 42.25%
B = 32.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#2F4F3D (or 0x2F4F3D) is known color: Goblin. HEX triplet: 2F, 4F and 3D. RGB value is (47,79,61). Sum of RGB (Red+Green+Blue) = 47+79+61=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4F3D is #D0B0C2. Grayscale: #434343. Windows color (decimal): -13676739 or 4017967. OLE color: 4017967.

HSL color Cylindrical-coordinate representation of color #2F4F3D: hue angle of 146.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F4F3D is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 79 61 -
CMYK 0.41 0 0.23 0.69
HSL 146.25º 0.25% 0.25% -
HSV(B) 146.25º 0.41% 0.31% -
XYZ 4.81 6.53 5.42 -
YUV 67.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 47 79 61 0.41 0 0.23 0.69 146.25 0.25 0.25
Hex 2F 4F 3D 29 0 17 45 92 19 19
Octal 57 117 75 51 0 27 105 222 31 31
Binary 101111 1001111 111101 101001 0 10111 1000101 10010010 11001 11001

Color Harmonies of #2F4F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4F3D

Black with #2F4F3D

Text Example


Text Example

White with #2F4F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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