Html Css Color HEX #2E593A Goblin

📋 copy color: '#2E593A'

red 46 ◦ green 89 ◦ blue 58

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

Shades of Goblin #2E593A

Tints of Goblin #2E593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.11%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 23.83%
G = 46.11%
B = 30.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#2E593A (or 0x2E593A) is known color: Goblin. HEX triplet: 2E, 59 and 3A. RGB value is (46,89,58). Sum of RGB (Red+Green+Blue) = 46+89+58=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #2E593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E593A is #D1A6C5. Grayscale: #484848. Windows color (decimal): -13739718 or 3823918. OLE color: 3823918.

HSL color Cylindrical-coordinate representation of color #2E593A: hue angle of 136.74º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E593A is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 89 58 -
CMYK 0.48 0 0.35 0.65
HSL 136.74º 0.32% 0.26% -
HSV(B) 136.74º 0.48% 0.35% -
XYZ 5.46 8.03 5.27 -
YUV 72.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 46 89 58 0.48 0 0.35 0.65 136.74 0.32 0.26
Hex 2E 59 3A 30 0 23 41 89 20 1A
Octal 56 131 72 60 0 43 101 211 40 32
Binary 101110 1011001 111010 110000 0 100011 1000001 10001001 100000 11010

Color Harmonies of #2E593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E593A

Black with #2E593A

Text Example


Text Example

White with #2E593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,58); }

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

background-color css

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

 a { background-color: rgb(46,89,58); }

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

border-color css

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

 span { border-color: rgb(46,89,58); }

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