#2E3323

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

Shades of Rangoon Green #2E3323

Tints of Rangoon Green #2E3323

Color information

#2E3323 (or 0x2E3323) is unknown color: approx Rangoon Green. HEX triplet: 2E, 33 and 23. RGB value is (46,51,35). Sum of RGB (Red+Green+Blue) = 46+51+35=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3323 is #D1CCDC. Grayscale: #2F2F2F. Windows color (decimal): -13749469 or 2306862. OLE color: 2306862.

HSL color Cylindrical-coordinate representation of color #2E3323: hue angle of 78.75º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E3323 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB465135-
CMYK0.1000.310.8
HSL78.75º18.6%16.86%-
HSV(B)78.75º31.37%20%-
XYZ2.613.072.04-
YUV47.68120.84126.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=34.85%
G=38.64%
B=26.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4651350.1000.310.878.7518.616.86
Hex2E3323A01F504f1311
Octal566343120371201172321
Binary1011101100111000111010011111101000010011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,51,35); }

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

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

 a { background-color: rgb(46,51,35); }

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

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

 span { border-color: rgb(46,51,35); }

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