#2E5538

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

Shades of Goblin #2E5538

Tints of Goblin #2E5538

Color information

#2E5538 (or 0x2E5538) is unknown color: approx Goblin. HEX triplet: 2E, 55 and 38. RGB value is (46,85,56). Sum of RGB (Red+Green+Blue) = 46+85+56=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5538 is #D1AAC7. Grayscale: #464646. Windows color (decimal): -13740744 or 3691822. OLE color: 3691822.

HSL color Cylindrical-coordinate representation of color #2E5538: hue angle of 135.38º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E5538 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB468556-
CMYK0.4600.340.67
HSL135.38º29.77%25.69%-
HSV(B)135.38º45.88%33.33%-
XYZ5.097.364.89-
YUV70.03120.08110.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=24.60%
G=45.45%
B=29.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685560.4600.340.67135.3829.7725.69
Hex2E55382E02243871e1a
Octal5612570560421032073632
Binary101110101010111100010111001000101000011100001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,85,56); }

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

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

 a { background-color: rgb(46,85,56); }

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

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

 span { border-color: rgb(46,85,56); }

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