#2E351F

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

Shades of Rangoon Green #2E351F

Tints of Rangoon Green #2E351F

Color information

#2E351F (or 0x2E351F) is unknown color: approx Rangoon Green. HEX triplet: 2E, 35 and 1F. RGB value is (46,53,31). Sum of RGB (Red+Green+Blue) = 46+53+31=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 53 - color contains mainly: green. Hex color #2E351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E351F is #D1CAE0. Grayscale: #303030. Windows color (decimal): -13748961 or 2045230. OLE color: 2045230.

HSL color Cylindrical-coordinate representation of color #2E351F: hue angle of 79.09º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E351F is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB465331-
CMYK0.1300.420.79
HSL79.09º26.19%16.47%-
HSV(B)79.09º41.51%20.78%-
XYZ2.653.231.78-
YUV48.4118.18126.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=35.38%
G=40.77%
B=23.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4653310.1300.420.7979.0926.1916.47
Hex2E351FD02A4F4f1a10
Octal566537150521171173220
Binary1011101101011111111010101010100111110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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