#2E523C

Color #2E523C Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #2E523C

Tints of Goblin #2E523C

Color information

#2E523C (or 0x2E523C) is unknown color: approx Goblin. HEX triplet: 2E, 52 and 3C. RGB value is (46,82,60). Sum of RGB (Red+Green+Blue) = 46+82+60=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #2E523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E523C is #D1ADC3. Grayscale: #444444. Windows color (decimal): -13741508 or 3953198. OLE color: 3953198.

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

Color convert

RGB468260-
CMYK0.4400.270.68
HSL143.33º28.12%25.1%-
HSV(B)143.33º43.9%32.16%-
XYZ4.966.945.35-
YUV68.73123.07111.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=24.47%
G=43.62%
B=31.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4682600.4400.270.68143.3328.1225.1
Hex2E523C2C01B448f1c19
Octal5612274540331042173431
Binary10111010100101111001011000110111000100100011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E523C;
 }
 .AnyTagClassName
 {
   color: #2E523C;
 }
</style>
background-color css

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

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

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

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

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

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