#2E503A

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

Shades of Goblin #2E503A

Tints of Goblin #2E503A

Color information

#2E503A (or 0x2E503A) is unknown color: approx Goblin. HEX triplet: 2E, 50 and 3A. RGB value is (46,80,58). Sum of RGB (Red+Green+Blue) = 46+80+58=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #2E503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E503A is #D1AFC5. Grayscale: #434343. Windows color (decimal): -13742022 or 3821614. OLE color: 3821614.

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

Color convert

RGB468058-
CMYK0.4200.280.69
HSL141.18º26.98%24.71%-
HSV(B)141.18º42.5%31.37%-
XYZ4.766.625.03-
YUV67.33122.74112.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=25%
G=43.48%
B=31.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4680580.4200.280.69141.1826.9824.71
Hex2E503A2A01C458d1b19
Octal5612072520341052153331
Binary10111010100001110101010100111001000101100011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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