#212519

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

Shades of Rangoon Green #212519

Tints of Rangoon Green #212519

Color information

#212519 (or 0x212519) is unknown color: approx Rangoon Green. HEX triplet: 21, 25 and 19. RGB value is (33,37,25). Sum of RGB (Red+Green+Blue) = 33+37+25=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #212519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212519 is #DEDAE6. Grayscale: #222222. Windows color (decimal): -14605031 or 1647905. OLE color: 1647905.

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

Color convert

RGB333725-
CMYK0.1100.320.85
HSL80º19.35%12.16%-
HSV(B)80º32.43%14.51%-
XYZ1.461.721.17-
YUV34.44122.67126.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=34.74%
G=38.95%
B=26.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3337250.1100.320.858019.3512.16
Hex212519B020555013c
Octal414531130401251202314
Binary100001100101110011011010000010101011010000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212519; }

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

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

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

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

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

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

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

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