Html Css Color HEX #2E4B38 Goblin

📋 copy color: '#2E4B38'

red 46 ◦ green 75 ◦ blue 56

#2E4B38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #2E4B38

Tints of Goblin #2E4B38

RGB

 RED value IS 46 (18.36% from 255) = 25.99%

 GREEN value IS 75 (29.69% from 255) = 42.37%

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 25.99%
G = 42.37%
B = 31.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#2E4B38 (or 0x2E4B38) is known color: Goblin. HEX triplet: 2E, 4B and 38. RGB value is (46,75,56). Sum of RGB (Red+Green+Blue) = 46+75+56=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B38 is #D1B4C7. Grayscale: #404040. Windows color (decimal): -13743304 or 3689262. OLE color: 3689262.

HSL color Cylindrical-coordinate representation of color #2E4B38: hue angle of 140.69º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4B38 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 75 56 -
CMYK 0.39 0 0.25 0.71
HSL 140.69º 0.24% 0.24% -
HSV(B) 140.69º 0.39% 0.29% -
XYZ 4.36 5.9 4.65 -
YUV 64.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 46 75 56 0.39 0 0.25 0.71 140.69 0.24 0.24
Hex 2E 4B 38 27 0 19 47 8D 18 18
Octal 56 113 70 47 0 31 107 215 30 30
Binary 101110 1001011 111000 100111 0 11001 1000111 10001101 11000 11000

Color Harmonies of #2E4B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4B38

Black with #2E4B38

Text Example


Text Example

White with #2E4B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E4B38;
 }
 .AnyTagClassName
 {
   color: #2E4B38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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