#2B321D

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

Shades of Rangoon Green #2B321D

Tints of Rangoon Green #2B321D

Color information

#2B321D (or 0x2B321D) is unknown color: approx Rangoon Green. HEX triplet: 2B, 32 and 1D. RGB value is (43,50,29). Sum of RGB (Red+Green+Blue) = 43+50+29=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #2B321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B321D is #D4CDE2. Grayscale: #2D2D2D. Windows color (decimal): -13946339 or 1913387. OLE color: 1913387.

HSL color Cylindrical-coordinate representation of color #2B321D: hue angle of 80º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B321D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB435029-
CMYK0.1400.420.80
HSL80º26.58%15.49%-
HSV(B)80º42%19.61%-
XYZ2.362.881.59-
YUV45.51118.68126.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.25%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=35.25%
G=40.98%
B=23.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4350290.1400.420.808026.5815.49
Hex2B321DE02A50501bf
Octal536235160521201203317
Binary101011110010111011110010101010100001010000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,50,29); }

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

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

 a { background-color: rgb(43,50,29); }

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

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

 span { border-color: rgb(43,50,29); }

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