Html Css Color HEX #2E5D3B Goblin

📋 copy color: '#2E5D3B'

red 46 ◦ green 93 ◦ blue 59

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

Shades of Goblin #2E5D3B

Tints of Goblin #2E5D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.97%

 BLUE value IS 59 (23.44% from 255) = 29.8%

R = 23.23%
G = 46.97%
B = 29.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#2E5D3B (or 0x2E5D3B) is known color: Goblin. HEX triplet: 2E, 5D and 3B. RGB value is (46,93,59). Sum of RGB (Red+Green+Blue) = 46+93+59=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5D3B is #D1A2C4. Grayscale: #4B4B4B. Windows color (decimal): -13738693 or 3890478. OLE color: 3890478.

HSL color Cylindrical-coordinate representation of color #2E5D3B: hue angle of 136.6º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5D3B is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 93 59 -
CMYK 0.51 0 0.37 0.64
HSL 136.6º 0.34% 0.27% -
HSV(B) 136.6º 0.51% 0.36% -
XYZ 5.83 8.73 5.51 -
YUV 75.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 46 93 59 0.51 0 0.37 0.64 136.6 0.34 0.27
Hex 2E 5D 3B 33 0 25 40 89 22 1B
Octal 56 135 73 63 0 45 100 211 42 33
Binary 101110 1011101 111011 110011 0 100101 1000000 10001001 100010 11011

Color Harmonies of #2E5D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5D3B

Black with #2E5D3B

Text Example


Text Example

White with #2E5D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,93,59); }

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

background-color css

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

 a { background-color: rgb(46,93,59); }

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

border-color css

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

 span { border-color: rgb(46,93,59); }

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