#2E533A

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

Shades of Goblin #2E533A

Tints of Goblin #2E533A

Color information

#2E533A (or 0x2E533A) is unknown color: approx Goblin. HEX triplet: 2E, 53 and 3A. RGB value is (46,83,58). Sum of RGB (Red+Green+Blue) = 46+83+58=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #2E533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E533A is #D1ACC5. Grayscale: #454545. Windows color (decimal): -13741254 or 3822382. OLE color: 3822382.

HSL color Cylindrical-coordinate representation of color #2E533A: hue angle of 139.46º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E533A is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB468358-
CMYK0.4500.300.67
HSL139.46º28.68%25.29%-
HSV(B)139.46º44.58%32.55%-
XYZ4.987.075.11-
YUV69.09121.74111.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=24.60%
G=44.39%
B=31.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683580.4500.300.67139.4628.6825.29
Hex2E533A2D01E438b1d19
Octal5612372550361032133531
Binary10111010100111110101011010111101000011100010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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