#212514

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

Shades of Rangoon Green #212514

Tints of Rangoon Green #212514

Color information

#212514 (or 0x212514) is unknown color: approx Rangoon Green. HEX triplet: 21, 25 and 14. RGB value is (33,37,20). Sum of RGB (Red+Green+Blue) = 33+37+20=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #212514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212514 is #DEDAEB. Grayscale: #212121. Windows color (decimal): -14605036 or 1320225. OLE color: 1320225.

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

Color convert

RGB333720-
CMYK0.1100.460.85
HSL74.12º29.82%11.18%-
HSV(B)74.12º45.95%14.51%-
XYZ1.421.70.91-
YUV33.87120.17127.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 20 (8.20% from 255) = 22.22%
R=36.67%
G=41.11%
B=22.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3337200.1100.460.8574.1229.8211.18
Hex212514B02E554a1eb
Octal414524130561251123613
Binary100001100101101001011010111010101011001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212514; }

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

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

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

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

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

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

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

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