#2B321A

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

Shades of Rangoon Green #2B321A

Tints of Rangoon Green #2B321A

Color information

#2B321A (or 0x2B321A) is unknown color: approx Rangoon Green. HEX triplet: 2B, 32 and 1A. RGB value is (43,50,26). Sum of RGB (Red+Green+Blue) = 43+50+26=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #2B321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B321A is #D4CDE5. Grayscale: #2D2D2D. Windows color (decimal): -13946342 or 1716779. OLE color: 1716779.

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

Color convert

RGB435026-
CMYK0.1400.480.80
HSL77.5º31.58%14.9%-
HSV(B)77.5º48%19.61%-
XYZ2.322.871.41-
YUV45.17117.18126.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.13%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=36.13%
G=42.02%
B=21.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4350260.1400.480.8077.531.5814.9
Hex2B321AE030504e20f
Octal536232160601201164017
Binary1010111100101101011100110000101000010011101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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