#2B3217

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

Shades of Rangoon Green #2B3217

Tints of Rangoon Green #2B3217

Color information

#2B3217 (or 0x2B3217) is unknown color: approx Rangoon Green. HEX triplet: 2B, 32 and 17. RGB value is (43,50,23). Sum of RGB (Red+Green+Blue) = 43+50+23=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3217 is #D4CDE8. Grayscale: #2C2C2C. Windows color (decimal): -13946345 or 1520171. OLE color: 1520171.

HSL color Cylindrical-coordinate representation of color #2B3217: hue angle of 75.56º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B3217 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB435023-
CMYK0.1400.540.80
HSL75.56º36.99%14.31%-
HSV(B)75.56º54%19.61%-
XYZ2.292.861.24-
YUV44.83115.68126.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.07%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=37.07%
G=43.10%
B=19.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4350230.1400.540.8075.5636.9914.31
Hex2B3217E036504c25e
Octal536227160661201144516
Binary1010111100101011111100110110101000010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,50,23); }

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

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

 a { background-color: rgb(43,50,23); }

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

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

 span { border-color: rgb(43,50,23); }

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