#212518

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

Shades of Rangoon Green #212518

Tints of Rangoon Green #212518

Color information

#212518 (or 0x212518) is unknown color: approx Rangoon Green. HEX triplet: 21, 25 and 18. RGB value is (33,37,24). Sum of RGB (Red+Green+Blue) = 33+37+24=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #212518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212518 is #DEDAE7. Grayscale: #222222. Windows color (decimal): -14605032 or 1582369. OLE color: 1582369.

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

Color convert

RGB333724-
CMYK0.1100.350.85
HSL78.46º21.31%11.96%-
HSV(B)78.46º35.14%14.51%-
XYZ1.451.711.12-
YUV34.32122.17127.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=35.11%
G=39.36%
B=25.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3337240.1100.350.8578.4621.3111.96
Hex212518B023554e15c
Octal414530130431251162514
Binary100001100101110001011010001110101011001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212518; }

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

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

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

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

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

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

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

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