Html Css Color HEX #2F5035 Goblin

📋 copy color: '#2F5035'

red 47 ◦ green 80 ◦ blue 53

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

Shades of Goblin #2F5035

Tints of Goblin #2F5035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.44%

 BLUE value IS 53 (21.09% from 255) = 29.44%

R = 26.11%
G = 44.44%
B = 29.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#2F5035 (or 0x2F5035) is known color: Goblin. HEX triplet: 2F, 50 and 35. RGB value is (47,80,53). Sum of RGB (Red+Green+Blue) = 47+80+53=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5035 is #D0AFCA. Grayscale: #434343. Windows color (decimal): -13676491 or 3493935. OLE color: 3493935.

HSL color Cylindrical-coordinate representation of color #2F5035: hue angle of 130.91º degrees, saturation: 0.26, 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 #2F5035 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 53 -
CMYK 0.41 0 0.34 0.69
HSL 130.91º 0.26% 0.25% -
HSV(B) 130.91º 0.41% 0.31% -
XYZ 4.68 6.6 4.39 -
YUV 67.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 47 80 53 0.41 0 0.34 0.69 130.91 0.26 0.25
Hex 2F 50 35 29 0 22 45 83 1A 19
Octal 57 120 65 51 0 42 105 203 32 31
Binary 101111 1010000 110101 101001 0 100010 1000101 10000011 11010 11001

Color Harmonies of #2F5035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5035

Black with #2F5035

Text Example


Text Example

White with #2F5035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,53); }

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

background-color css

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

 a { background-color: rgb(47,80,53); }

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

border-color css

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

 span { border-color: rgb(47,80,53); }

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