#2B301C

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

Shades of Rangoon Green #2B301C

Tints of Rangoon Green #2B301C

Color information

#2B301C (or 0x2B301C) is unknown color: approx Rangoon Green. HEX triplet: 2B, 30 and 1C. RGB value is (43,48,28). Sum of RGB (Red+Green+Blue) = 43+48+28=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #2B301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B301C is #D4CFE3. Grayscale: #2C2C2C. Windows color (decimal): -13946852 or 1847339. OLE color: 1847339.

HSL color Cylindrical-coordinate representation of color #2B301C: hue angle of 75º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B301C is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB434828-
CMYK0.1000.420.81
HSL75º26.32%14.9%-
HSV(B)75º41.67%18.82%-
XYZ2.262.711.5-
YUV44.22118.84127.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.13%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=36.13%
G=40.34%
B=23.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348280.1000.420.817526.3214.9
Hex2B301CA02A514b1af
Octal536034120521211133217
Binary101011110000111001010010101010100011001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,48,28); }

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

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

 a { background-color: rgb(43,48,28); }

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

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

 span { border-color: rgb(43,48,28); }

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