#212611

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

Shades of Rangoon Green #212611

Tints of Rangoon Green #212611

Color information

#212611 (or 0x212611) is unknown color: approx Rangoon Green. HEX triplet: 21, 26 and 11. RGB value is (33,38,17). Sum of RGB (Red+Green+Blue) = 33+38+17=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #212611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212611 is #DED9EE. Grayscale: #222222. Windows color (decimal): -14604783 or 1123873. OLE color: 1123873.

HSL color Cylindrical-coordinate representation of color #212611: hue angle of 74.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212611 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.

Color convert

RGB333817-
CMYK0.1300.550.85
HSL74.29º38.18%10.78%-
HSV(B)74.29º55.26%14.9%-
XYZ1.421.750.79-
YUV34.11118.34127.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=37.5%
G=43.18%
B=19.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338170.1300.550.8574.2938.1810.78
Hex212611D037554a26b
Octal414621150671251124613
Binary1000011001101000111010110111101010110010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212611; }

 p { color: rgb(33,38,17); }

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

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

 a { background-color: rgb(33,38,17); }

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

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

 span { border-color: rgb(33,38,17); }

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