Html Css Color HEX #2E5338 Goblin

📋 copy color: '#2E5338'

red 46 ◦ green 83 ◦ blue 56

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

Shades of Goblin #2E5338

Tints of Goblin #2E5338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.86%

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

R = 24.86%
G = 44.86%
B = 30.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#2E5338 (or 0x2E5338) is known color: Goblin. HEX triplet: 2E, 53 and 38. RGB value is (46,83,56). Sum of RGB (Red+Green+Blue) = 46+83+56=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5338 is #D1ACC7. Grayscale: #444444. Windows color (decimal): -13741256 or 3691310. OLE color: 3691310.

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

Color convert

RGB 46 83 56 -
CMYK 0.45 0 0.33 0.67
HSL 136.22º 0.29% 0.25% -
HSV(B) 136.22º 0.45% 0.33% -
XYZ 4.93 7.05 4.84 -
YUV 68.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 46 83 56 0.45 0 0.33 0.67 136.22 0.29 0.25
Hex 2E 53 38 2D 0 21 43 88 1D 19
Octal 56 123 70 55 0 41 103 210 35 31
Binary 101110 1010011 111000 101101 0 100001 1000011 10001000 11101 11001

Color Harmonies of #2E5338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5338

Black with #2E5338

Text Example


Text Example

White with #2E5338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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