#2B3219

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

Shades of Rangoon Green #2B3219

Tints of Rangoon Green #2B3219

Color information

#2B3219 (or 0x2B3219) is unknown color: approx Rangoon Green. HEX triplet: 2B, 32 and 19. RGB value is (43,50,25). Sum of RGB (Red+Green+Blue) = 43+50+25=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3219 is #D4CDE6. Grayscale: #2D2D2D. Windows color (decimal): -13946343 or 1651243. OLE color: 1651243.

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

Color convert

RGB435025-
CMYK0.1400.500.80
HSL76.8º33.33%14.71%-
HSV(B)76.8º50%19.61%-
XYZ2.312.861.35-
YUV45.06116.68126.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.44%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 25 (10.16% from 255) = 21.19%
R=36.44%
G=42.37%
B=21.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4350250.1400.500.8076.833.3314.71
Hex2B3219E032504d21f
Octal536231160621201154117
Binary1010111100101100111100110010101000010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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