Html Css Color HEX #2F5940 Goblin

📋 copy color: '#2F5940'

red 47 ◦ green 89 ◦ blue 64

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

Shades of Goblin #2F5940

Tints of Goblin #2F5940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.5%

 BLUE value IS 64 (25.39% from 255) = 32%

R = 23.5%
G = 44.5%
B = 32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#2F5940 (or 0x2F5940) is known color: Goblin. HEX triplet: 2F, 59 and 40. RGB value is (47,89,64). Sum of RGB (Red+Green+Blue) = 47+89+64=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5940 is #D0A6BF. Grayscale: #494949. Windows color (decimal): -13674176 or 4217135. OLE color: 4217135.

HSL color Cylindrical-coordinate representation of color #2F5940: hue angle of 144.29º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5940 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 64 -
CMYK 0.47 0 0.28 0.65
HSL 144.29º 0.31% 0.27% -
HSV(B) 144.29º 0.47% 0.35% -
XYZ 5.67 8.12 6.12 -
YUV 73.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 47 89 64 0.47 0 0.28 0.65 144.29 0.31 0.27
Hex 2F 59 40 2F 0 1C 41 90 1F 1B
Octal 57 131 100 57 0 34 101 220 37 33
Binary 101111 1011001 1000000 101111 0 11100 1000001 10010000 11111 11011

Color Harmonies of #2F5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5940

Black with #2F5940

Text Example


Text Example

White with #2F5940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,64); }

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

background-color css

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

 a { background-color: rgb(47,89,64); }

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

border-color css

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

 span { border-color: rgb(47,89,64); }

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