Html Css Color HEX #2E5538 Goblin

📋 copy color: '#2E5538'

red 46 ◦ green 85 ◦ blue 56

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

Shades of Goblin #2E5538

Tints of Goblin #2E5538

RGB

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

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

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

R = 24.6%
G = 45.45%
B = 29.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#2E5538 (or 0x2E5538) is known color: Goblin. HEX triplet: 2E, 55 and 38. RGB value is (46,85,56). Sum of RGB (Red+Green+Blue) = 46+85+56=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5538 is #D1AAC7. Grayscale: #464646. Windows color (decimal): -13740744 or 3691822. OLE color: 3691822.

HSL color Cylindrical-coordinate representation of color #2E5538: hue angle of 135.38º 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 #2E5538 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 56 -
CMYK 0.46 0 0.34 0.67
HSL 135.38º 0.3% 0.26% -
HSV(B) 135.38º 0.46% 0.33% -
XYZ 5.09 7.36 4.89 -
YUV 70.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 46 85 56 0.46 0 0.34 0.67 135.38 0.3 0.26
Hex 2E 55 38 2E 0 22 43 87 1E 1A
Octal 56 125 70 56 0 42 103 207 36 32
Binary 101110 1010101 111000 101110 0 100010 1000011 10000111 11110 11010

Color Harmonies of #2E5538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5538

Black with #2E5538

Text Example


Text Example

White with #2E5538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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