#2E533B

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

Shades of Goblin #2E533B

Tints of Goblin #2E533B

Color information

#2E533B (or 0x2E533B) is unknown color: approx Goblin. HEX triplet: 2E, 53 and 3B. RGB value is (46,83,59). Sum of RGB (Red+Green+Blue) = 46+83+59=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #2E533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E533B is #D1ACC4. Grayscale: #454545. Windows color (decimal): -13741253 or 3887918. OLE color: 3887918.

HSL color Cylindrical-coordinate representation of color #2E533B: hue angle of 141.08º 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 #2E533B is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB468359-
CMYK0.4500.290.67
HSL141.08º28.68%25.29%-
HSV(B)141.08º44.58%32.55%-
XYZ5.017.085.24-
YUV69.2122.24111.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=24.47%
G=44.15%
B=31.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683590.4500.290.67141.0828.6825.29
Hex2E533B2D01D438d1d19
Octal5612373550351032153531
Binary10111010100111110111011010111011000011100011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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