#212615

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

Shades of Rangoon Green #212615

Tints of Rangoon Green #212615

Color information

#212615 (or 0x212615) is unknown color: approx Rangoon Green. HEX triplet: 21, 26 and 15. RGB value is (33,38,21). Sum of RGB (Red+Green+Blue) = 33+38+21=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #212615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212615 is #DED9EA. Grayscale: #222222. Windows color (decimal): -14604779 or 1386017. OLE color: 1386017.

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

Color convert

RGB333821-
CMYK0.1300.450.85
HSL77.65º28.81%11.57%-
HSV(B)77.65º44.74%14.9%-
XYZ1.461.760.97-
YUV34.57120.34126.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=35.87%
G=41.30%
B=22.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338210.1300.450.8577.6528.8111.57
Hex212615D02D554e1dc
Octal414625150551251163514
Binary100001100110101011101010110110101011001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212615; }

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

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

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

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

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

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

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

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