Html Css Color HEX #2F5839 Goblin

📋 copy color: '#2F5839'

red 47 ◦ green 88 ◦ blue 57

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

Shades of Goblin #2F5839

Tints of Goblin #2F5839

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.83%

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

R = 24.48%
G = 45.83%
B = 29.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#2F5839 (or 0x2F5839) is known color: Goblin. HEX triplet: 2F, 58 and 39. RGB value is (47,88,57). Sum of RGB (Red+Green+Blue) = 47+88+57=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5839 is #D0A7C6. Grayscale: #484848. Windows color (decimal): -13674439 or 3758127. OLE color: 3758127.

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

Color convert

RGB 47 88 57 -
CMYK 0.47 0 0.35 0.65
HSL 134.63º 0.3% 0.26% -
HSV(B) 134.63º 0.47% 0.35% -
XYZ 5.4 7.88 5.11 -
YUV 72.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 47 88 57 0.47 0 0.35 0.65 134.63 0.3 0.26
Hex 2F 58 39 2F 0 23 41 87 1E 1A
Octal 57 130 71 57 0 43 101 207 36 32
Binary 101111 1011000 111001 101111 0 100011 1000001 10000111 11110 11010

Color Harmonies of #2F5839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5839

Black with #2F5839

Text Example


Text Example

White with #2F5839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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