#2B311A

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

Shades of Rangoon Green #2B311A

Tints of Rangoon Green #2B311A

Color information

#2B311A (or 0x2B311A) is unknown color: approx Rangoon Green. HEX triplet: 2B, 31 and 1A. RGB value is (43,49,26). Sum of RGB (Red+Green+Blue) = 43+49+26=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #2B311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B311A is #D4CEE5. Grayscale: #2C2C2C. Windows color (decimal): -13946598 or 1716523. OLE color: 1716523.

HSL color Cylindrical-coordinate representation of color #2B311A: hue angle of 75.65º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B311A is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB434926-
CMYK0.1200.470.81
HSL75.65º30.67%14.71%-
HSV(B)75.65º46.94%19.22%-
XYZ2.282.781.39-
YUV44.58117.51126.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.44%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=36.44%
G=41.53%
B=22.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349260.1200.470.8175.6530.6714.71
Hex2B311AC02F514c1ff
Octal536132140571211143717
Binary101011110001110101100010111110100011001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,26); }

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

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

 a { background-color: rgb(43,49,26); }

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

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

 span { border-color: rgb(43,49,26); }

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