#2E5D3B

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

Shades of Goblin #2E5D3B

Tints of Goblin #2E5D3B

Color information

#2E5D3B (or 0x2E5D3B) is unknown color: approx Goblin. HEX triplet: 2E, 5D and 3B. RGB value is (46,93,59). Sum of RGB (Red+Green+Blue) = 46+93+59=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5D3B is #D1A2C4. Grayscale: #4B4B4B. Windows color (decimal): -13738693 or 3890478. OLE color: 3890478.

HSL color Cylindrical-coordinate representation of color #2E5D3B: hue angle of 136.6º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5D3B is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB469359-
CMYK0.5100.370.64
HSL136.6º33.81%27.25%-
HSV(B)136.6º50.54%36.47%-
XYZ5.838.735.51-
YUV75.07118.93107.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 93 (36.72% from 255) = 46.97%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=23.23%
G=46.97%
B=29.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4693590.5100.370.64136.633.8127.25
Hex2E5D3B330254089221b
Octal5613573630451002114233
Binary1011101011101111011110011010010110000001000100110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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