#2E371C

Color #2E371C Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #2E371C

Tints of Rangoon Green #2E371C

Color information

#2E371C (or 0x2E371C) is unknown color: approx 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

RGB465528-
CMYK0.1600.490.78
HSL80º32.53%16.27%-
HSV(B)80º49.09%21.57%-
XYZ2.73.41.61-
YUV49.23116.02125.7-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4655280.1600.490.788032.5316.27
Hex2E371C100314E502110
Octal566734200611161204120
Binary101110110111111001000001100011001110101000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>