#212516

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

Shades of Rangoon Green #212516

Tints of Rangoon Green #212516

Color information

#212516 (or 0x212516) is unknown color: approx Rangoon Green. HEX triplet: 21, 25 and 16. RGB value is (33,37,22). Sum of RGB (Red+Green+Blue) = 33+37+22=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #212516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212516 is #DEDAE9. Grayscale: #222222. Windows color (decimal): -14605034 or 1451297. OLE color: 1451297.

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

Color convert

RGB333722-
CMYK0.1100.410.85
HSL76º25.42%11.57%-
HSV(B)76º40.54%14.51%-
XYZ1.431.71.01-
YUV34.09121.17127.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=35.87%
G=40.22%
B=23.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3337220.1100.410.857625.4211.57
Hex212516B029554c19c
Octal414526130511251143114
Binary100001100101101101011010100110101011001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212516; }

 p { color: rgb(33,37,22); }

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

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

 a { background-color: rgb(33,37,22); }

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

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

 span { border-color: rgb(33,37,22); }

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