Html Css Color HEX #2E533B Goblin

📋 copy color: '#2E533B'

red 46 ◦ green 83 ◦ blue 59

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

Shades of Goblin #2E533B

Tints of Goblin #2E533B

RGB

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

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

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

R = 24.47%
G = 44.15%
B = 31.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#2E533B (or 0x2E533B) is known color: Goblin. HEX triplet: 2E, 53 and 3B. RGB value is (46,83,59). Sum of RGB (Red+Green+Blue) = 46+83+59=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #2E533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E533B is #D1ACC4. Grayscale: #454545. Windows color (decimal): -13741253 or 3887918. OLE color: 3887918.

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

Color convert

RGB 46 83 59 -
CMYK 0.45 0 0.29 0.67
HSL 141.08º 0.29% 0.25% -
HSV(B) 141.08º 0.45% 0.33% -
XYZ 5.01 7.08 5.24 -
YUV 69.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 46 83 59 0.45 0 0.29 0.67 141.08 0.29 0.25
Hex 2E 53 3B 2D 0 1D 43 8D 1D 19
Octal 56 123 73 55 0 35 103 215 35 31
Binary 101110 1010011 111011 101101 0 11101 1000011 10001101 11101 11001

Color Harmonies of #2E533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E533B

Black with #2E533B

Text Example


Text Example

White with #2E533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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