#2B331A

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

Shades of Rangoon Green #2B331A

Tints of Rangoon Green #2B331A

Color information

#2B331A (or 0x2B331A) is unknown color: approx Rangoon Green. HEX triplet: 2B, 33 and 1A. RGB value is (43,51,26). Sum of RGB (Red+Green+Blue) = 43+51+26=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #2B331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B331A is #D4CCE5. Grayscale: #2D2D2D. Windows color (decimal): -13946086 or 1717035. OLE color: 1717035.

HSL color Cylindrical-coordinate representation of color #2B331A: hue angle of 79.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B331A is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB435126-
CMYK0.1600.490.8
HSL79.2º32.47%15.1%-
HSV(B)79.2º49.02%20%-
XYZ2.372.961.42-
YUV45.76116.85126.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=35.83%
G=42.5%
B=21.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4351260.1600.490.879.232.4715.1
Hex2B331A10031504f20f
Octal536332200611201174017
Binary10101111001111010100000110001101000010011111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,51,26); }

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

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

 a { background-color: rgb(43,51,26); }

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

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

 span { border-color: rgb(43,51,26); }

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