Html Css Color HEX #2E593C Goblin

📋 copy color: '#2E593C'

red 46 ◦ green 89 ◦ blue 60

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

Shades of Goblin #2E593C

Tints of Goblin #2E593C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.77%

R = 23.59%
G = 45.64%
B = 30.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#2E593C (or 0x2E593C) is known color: Goblin. HEX triplet: 2E, 59 and 3C. RGB value is (46,89,60). Sum of RGB (Red+Green+Blue) = 46+89+60=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #2E593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E593C is #D1A6C3. Grayscale: #484848. Windows color (decimal): -13739716 or 3954990. OLE color: 3954990.

HSL color Cylindrical-coordinate representation of color #2E593C: hue angle of 139.53º 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 #2E593C is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 89 60 -
CMYK 0.48 0 0.33 0.65
HSL 139.53º 0.32% 0.26% -
HSV(B) 139.53º 0.48% 0.35% -
XYZ 5.51 8.05 5.54 -
YUV 72.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 46 89 60 0.48 0 0.33 0.65 139.53 0.32 0.26
Hex 2E 59 3C 30 0 21 41 8C 20 1A
Octal 56 131 74 60 0 41 101 214 40 32
Binary 101110 1011001 111100 110000 0 100001 1000001 10001100 100000 11010

Color Harmonies of #2E593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E593C

Black with #2E593C

Text Example


Text Example

White with #2E593C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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