#2B301E

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

Shades of Rangoon Green #2B301E

Tints of Rangoon Green #2B301E

Color information

#2B301E (or 0x2B301E) is unknown color: approx Rangoon Green. HEX triplet: 2B, 30 and 1E. RGB value is (43,48,30). Sum of RGB (Red+Green+Blue) = 43+48+30=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #2B301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B301E is #D4CFE1. Grayscale: #2C2C2C. Windows color (decimal): -13946850 or 1978411. OLE color: 1978411.

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

Color convert

RGB434830-
CMYK0.1000.370.81
HSL76.67º23.08%15.29%-
HSV(B)76.67º37.5%18.82%-
XYZ2.292.721.63-
YUV44.45119.84126.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.54%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=35.54%
G=39.67%
B=24.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348300.1000.370.8176.6723.0815.29
Hex2B301EA025514d17f
Octal536036120451211152717
Binary101011110000111101010010010110100011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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