#2E5F3C

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

Shades of Goblin #2E5F3C

Tints of Goblin #2E5F3C

Color information

#2E5F3C (or 0x2E5F3C) is unknown color: approx Goblin. HEX triplet: 2E, 5F and 3C. RGB value is (46,95,60). Sum of RGB (Red+Green+Blue) = 46+95+60=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5F3C is #D1A0C3. Grayscale: #4C4C4C. Windows color (decimal): -13738180 or 3956526. OLE color: 3956526.

HSL color Cylindrical-coordinate representation of color #2E5F3C: hue angle of 137.14º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E5F3C is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB469560-
CMYK0.5200.370.63
HSL137.14º34.75%27.65%-
HSV(B)137.14º51.58%37.25%-
XYZ6.039.095.71-
YUV76.36118.77106.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 95 (37.5% from 255) = 47.26%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=22.89%
G=47.26%
B=29.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4695600.5200.370.63137.1434.7527.65
Hex2E5F3C340253F89231c
Octal561377464045772114334
Binary101110101111111110011010001001011111111000100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,95,60); }

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

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

 a { background-color: rgb(46,95,60); }

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

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

 span { border-color: rgb(46,95,60); }

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