#2B3120

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

Shades of Rangoon Green #2B3120

Tints of Rangoon Green #2B3120

Color information

#2B3120 (or 0x2B3120) is unknown color: approx Rangoon Green. HEX triplet: 2B, 31 and 20. RGB value is (43,49,32). Sum of RGB (Red+Green+Blue) = 43+49+32=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3120 is #D4CEDF. Grayscale: #2D2D2D. Windows color (decimal): -13946592 or 2109739. OLE color: 2109739.

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

Color convert

RGB434932-
CMYK0.1200.350.81
HSL81.18º20.99%15.88%-
HSV(B)81.18º34.69%19.22%-
XYZ2.362.811.79-
YUV45.27120.51126.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.68%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=34.68%
G=39.52%
B=25.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349320.1200.350.8181.1820.9915.88
Hex2B3120C02351511510
Octal536140140431211212520
Binary10101111000110000011000100011101000110100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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