Html Css Color HEX #2E5C3D Goblin

📋 copy color: '#2E5C3D'

red 46 ◦ green 92 ◦ blue 61

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

Shades of Goblin #2E5C3D

Tints of Goblin #2E5C3D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.23%

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

R = 23.12%
G = 46.23%
B = 30.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#2E5C3D (or 0x2E5C3D) is known color: Goblin. HEX triplet: 2E, 5C and 3D. RGB value is (46,92,61). Sum of RGB (Red+Green+Blue) = 46+92+61=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5C3D is #D1A3C2. Grayscale: #4A4A4A. Windows color (decimal): -13738947 or 4021294. OLE color: 4021294.

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

Color convert

RGB 46 92 61 -
CMYK 0.50 0 0.34 0.64
HSL 139.57º 0.33% 0.27% -
HSV(B) 139.57º 0.5% 0.36% -
XYZ 5.8 8.57 5.76 -
YUV 74.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 46 92 61 0.50 0 0.34 0.64 139.57 0.33 0.27
Hex 2E 5C 3D 32 0 22 40 8C 21 1B
Octal 56 134 75 62 0 42 100 214 41 33
Binary 101110 1011100 111101 110010 0 100010 1000000 10001100 100001 11011

Color Harmonies of #2E5C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5C3D

Black with #2E5C3D

Text Example


Text Example

White with #2E5C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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