#2B301F

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

Shades of Rangoon Green #2B301F

Tints of Rangoon Green #2B301F

Color information

#2B301F (or 0x2B301F) is unknown color: approx Rangoon Green. HEX triplet: 2B, 30 and 1F. RGB value is (43,48,31). Sum of RGB (Red+Green+Blue) = 43+48+31=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #2B301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B301F is #D4CFE0. Grayscale: #2C2C2C. Windows color (decimal): -13946849 or 2043947. OLE color: 2043947.

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

Color convert

RGB434831-
CMYK0.1000.350.81
HSL77.65º21.52%15.49%-
HSV(B)77.65º35.42%18.82%-
XYZ2.32.731.7-
YUV44.57120.34126.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.25%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=35.25%
G=39.34%
B=25.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348310.1000.350.8177.6521.5215.49
Hex2B301FA023514e16f
Octal536037120431211162617
Binary101011110000111111010010001110100011001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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