Html Css Color HEX #2E371C Rangoon Green

📋 copy color: '#2E371C'

red 46 ◦ green 55 ◦ blue 28

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

Shades of Rangoon Green #2E371C

Tints of Rangoon Green #2E371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.64%

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 35.66%
G = 42.64%
B = 21.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#2E371C (or 0x2E371C) is known color: Rangoon Green. HEX triplet: 2E, 37 and 1C. RGB value is (46,55,28). Sum of RGB (Red+Green+Blue) = 46+55+28=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #2E371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E371C is #D1C8E3. Grayscale: #313131. Windows color (decimal): -13748452 or 1849134. OLE color: 1849134.

HSL color Cylindrical-coordinate representation of color #2E371C: hue angle of 80º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E371C is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 55 28 -
CMYK 0.16 0 0.49 0.78
HSL 80º 0.33% 0.16% -
HSV(B) 80º 0.49% 0.22% -
XYZ 2.7 3.4 1.61 -
YUV 49.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 46 55 28 0.16 0 0.49 0.78 80 0.33 0.16
Hex 2E 37 1C 10 0 31 4E 50 21 10
Octal 56 67 34 20 0 61 116 120 41 20
Binary 101110 110111 11100 10000 0 110001 1001110 1010000 100001 10000

Color Harmonies of #2E371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E371C

Black with #2E371C

Text Example


Text Example

White with #2E371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,55,28); }

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

background-color css

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

 a { background-color: rgb(46,55,28); }

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

border-color css

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

 span { border-color: rgb(46,55,28); }

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