#2E3420

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

Shades of Rangoon Green #2E3420

Tints of Rangoon Green #2E3420

Color information

#2E3420 (or 0x2E3420) is unknown color: approx Rangoon Green. HEX triplet: 2E, 34 and 20. RGB value is (46,52,32). Sum of RGB (Red+Green+Blue) = 46+52+32=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3420 is #D1CBDF. Grayscale: #303030. Windows color (decimal): -13749216 or 2110510. OLE color: 2110510.

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

Color convert

RGB465232-
CMYK0.1200.380.80
HSL78º23.81%16.47%-
HSV(B)78º38.46%20.39%-
XYZ2.623.141.83-
YUV47.93119.01126.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=35.38%
G=40%
B=24.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4652320.1200.380.807823.8116.47
Hex2E3420C026504e1810
Octal566440140461201163020
Binary10111011010010000011000100110101000010011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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