Html Css Color HEX #2E5539 Goblin

📋 copy color: '#2E5539'

red 46 ◦ green 85 ◦ blue 57

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

Shades of Goblin #2E5539

Tints of Goblin #2E5539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.21%

 BLUE value IS 57 (22.66% from 255) = 30.32%

R = 24.47%
G = 45.21%
B = 30.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#2E5539 (or 0x2E5539) is known color: Goblin. HEX triplet: 2E, 55 and 39. RGB value is (46,85,57). Sum of RGB (Red+Green+Blue) = 46+85+57=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5539 is #D1AAC6. Grayscale: #464646. Windows color (decimal): -13740743 or 3757358. OLE color: 3757358.

HSL color Cylindrical-coordinate representation of color #2E5539: hue angle of 136.92º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E5539 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 57 -
CMYK 0.46 0 0.33 0.67
HSL 136.92º 0.3% 0.26% -
HSV(B) 136.92º 0.46% 0.33% -
XYZ 5.11 7.37 5.02 -
YUV 70.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 46 85 57 0.46 0 0.33 0.67 136.92 0.3 0.26
Hex 2E 55 39 2E 0 21 43 89 1E 1A
Octal 56 125 71 56 0 41 103 211 36 32
Binary 101110 1010101 111001 101110 0 100001 1000011 10001001 11110 11010

Color Harmonies of #2E5539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5539

Black with #2E5539

Text Example


Text Example

White with #2E5539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,57); }

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

background-color css

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

 a { background-color: rgb(46,85,57); }

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

border-color css

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

 span { border-color: rgb(46,85,57); }

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