#2B3118

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

Shades of Rangoon Green #2B3118

Tints of Rangoon Green #2B3118

Color information

#2B3118 (or 0x2B3118) is unknown color: approx Rangoon Green. HEX triplet: 2B, 31 and 18. RGB value is (43,49,24). Sum of RGB (Red+Green+Blue) = 43+49+24=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3118 is #D4CEE7. Grayscale: #2C2C2C. Windows color (decimal): -13946600 or 1585451. OLE color: 1585451.

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

Color convert

RGB434924-
CMYK0.1200.510.81
HSL74.4º34.25%14.31%-
HSV(B)74.4º51.02%19.22%-
XYZ2.262.781.28-
YUV44.36116.51127.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.07%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=37.07%
G=42.24%
B=20.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349240.1200.510.8174.434.2514.31
Hex2B3118C033514a22e
Octal536130140631211124216
Binary1010111100011100011000110011101000110010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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