Html Css Color HEX #2E583D Goblin

📋 copy color: '#2E583D'

red 46 ◦ green 88 ◦ blue 61

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

Shades of Goblin #2E583D

Tints of Goblin #2E583D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.13%

 BLUE value IS 61 (24.22% from 255) = 31.28%

R = 23.59%
G = 45.13%
B = 31.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#2E583D (or 0x2E583D) is known color: Goblin. HEX triplet: 2E, 58 and 3D. RGB value is (46,88,61). Sum of RGB (Red+Green+Blue) = 46+88+61=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #2E583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E583D is #D1A7C2. Grayscale: #484848. Windows color (decimal): -13739971 or 4020270. OLE color: 4020270.

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

Color convert

RGB 46 88 61 -
CMYK 0.48 0 0.31 0.65
HSL 141.43º 0.31% 0.26% -
HSV(B) 141.43º 0.48% 0.35% -
XYZ 5.46 7.9 5.65 -
YUV 72.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 46 88 61 0.48 0 0.31 0.65 141.43 0.31 0.26
Hex 2E 58 3D 30 0 1F 41 8D 1F 1A
Octal 56 130 75 60 0 37 101 215 37 32
Binary 101110 1011000 111101 110000 0 11111 1000001 10001101 11111 11010

Color Harmonies of #2E583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E583D

Black with #2E583D

Text Example


Text Example

White with #2E583D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,88,61); }

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

background-color css

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

 a { background-color: rgb(46,88,61); }

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

border-color css

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

 span { border-color: rgb(46,88,61); }

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