Html Css Color HEX #2F503A Goblin

📋 copy color: '#2F503A'

red 47 ◦ green 80 ◦ blue 58

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

Shades of Goblin #2F503A

Tints of Goblin #2F503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 25.41%
G = 43.24%
B = 31.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#2F503A (or 0x2F503A) is known color: Goblin. HEX triplet: 2F, 50 and 3A. RGB value is (47,80,58). Sum of RGB (Red+Green+Blue) = 47+80+58=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #2F503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F503A is #D0AFC5. Grayscale: #434343. Windows color (decimal): -13676486 or 3821615. OLE color: 3821615.

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

Color convert

RGB 47 80 58 -
CMYK 0.41 0 0.28 0.69
HSL 140º 0.26% 0.25% -
HSV(B) 140º 0.41% 0.31% -
XYZ 4.8 6.65 5.03 -
YUV 67.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 47 80 58 0.41 0 0.28 0.69 140 0.26 0.25
Hex 2F 50 3A 29 0 1C 45 8C 1A 19
Octal 57 120 72 51 0 34 105 214 32 31
Binary 101111 1010000 111010 101001 0 11100 1000101 10001100 11010 11001

Color Harmonies of #2F503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F503A

Black with #2F503A

Text Example


Text Example

White with #2F503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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