Html Css Color HEX #2F523C Goblin

📋 copy color: '#2F523C'

red 47 ◦ green 82 ◦ blue 60

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

Shades of Goblin #2F523C

Tints of Goblin #2F523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 24.87%
G = 43.39%
B = 31.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#2F523C (or 0x2F523C) is known color: Goblin. HEX triplet: 2F, 52 and 3C. RGB value is (47,82,60). Sum of RGB (Red+Green+Blue) = 47+82+60=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #2F523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F523C is #D0ADC3. Grayscale: #454545. Windows color (decimal): -13675972 or 3953199. OLE color: 3953199.

HSL color Cylindrical-coordinate representation of color #2F523C: hue angle of 142.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F523C is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 82 60 -
CMYK 0.43 0 0.27 0.68
HSL 142.29º 0.27% 0.25% -
HSV(B) 142.29º 0.43% 0.32% -
XYZ 5.01 6.97 5.36 -
YUV 69.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 47 82 60 0.43 0 0.27 0.68 142.29 0.27 0.25
Hex 2F 52 3C 2B 0 1B 44 8E 1B 19
Octal 57 122 74 53 0 33 104 216 33 31
Binary 101111 1010010 111100 101011 0 11011 1000100 10001110 11011 11001

Color Harmonies of #2F523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F523C

Black with #2F523C

Text Example


Text Example

White with #2F523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,82,60); }

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

background-color css

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

 a { background-color: rgb(47,82,60); }

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

border-color css

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

 span { border-color: rgb(47,82,60); }

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