#2E341F

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

Shades of Rangoon Green #2E341F

Tints of Rangoon Green #2E341F

Color information

#2E341F (or 0x2E341F) is unknown color: approx Rangoon Green. HEX triplet: 2E, 34 and 1F. RGB value is (46,52,31). Sum of RGB (Red+Green+Blue) = 46+52+31=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #2E341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E341F is #D1CBE0. Grayscale: #2F2F2F. Windows color (decimal): -13749217 or 2044974. OLE color: 2044974.

HSL color Cylindrical-coordinate representation of color #2E341F: hue angle of 77.14º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E341F is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB465231-
CMYK0.1200.400.80
HSL77.14º25.3%16.27%-
HSV(B)77.14º40.38%20.39%-
XYZ2.63.141.76-
YUV47.81118.51126.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.66%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=35.66%
G=40.31%
B=24.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4652310.1200.400.8077.1425.316.27
Hex2E341FC028504d1910
Octal566437140501201153120
Binary1011101101001111111000101000101000010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,52,31); }

 H1.HeaderClassName
 {
   color: #2E341F;
 }
 .AnyTagClassName
 {
   color: #2E341F;
 }
</style>
background-color css

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

 a { background-color: rgb(46,52,31); }

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

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

 span { border-color: rgb(46,52,31); }

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