#2E5339

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

Shades of Goblin #2E5339

Tints of Goblin #2E5339

Color information

#2E5339 (or 0x2E5339) is unknown color: approx Goblin. HEX triplet: 2E, 53 and 39. RGB value is (46,83,57). Sum of RGB (Red+Green+Blue) = 46+83+57=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5339 is #D1ACC6. Grayscale: #454545. Windows color (decimal): -13741255 or 3756846. OLE color: 3756846.

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

Color convert

RGB468357-
CMYK0.4500.310.67
HSL137.84º28.68%25.29%-
HSV(B)137.84º44.58%32.55%-
XYZ4.967.064.97-
YUV68.97121.24111.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 57 (22.66% from 255) = 30.65%
R=24.73%
G=44.62%
B=30.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683570.4500.310.67137.8428.6825.29
Hex2E53392D01F438a1d19
Octal5612371550371032123531
Binary10111010100111110011011010111111000011100010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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