Html Css Color HEX #212519 Rangoon Green

📋 copy color: '#212519'

red 33 ◦ green 37 ◦ blue 25

#212519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #212519

Tints of Rangoon Green #212519

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 value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#212519 (or 0x212519) is known color: 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

RGB 33 37 25 -
CMYK 0.11 0 0.32 0.85
HSL 80º 0.19% 0.12% -
HSV(B) 80º 0.32% 0.15% -
XYZ 1.46 1.72 1.17 -
YUV 34.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 33 37 25 0.11 0 0.32 0.85 80 0.19 0.12
Hex 21 25 19 B 0 20 55 50 13 C
Octal 41 45 31 13 0 40 125 120 23 14
Binary 100001 100101 11001 1011 0 100000 1010101 1010000 10011 1100

Color Harmonies of #212519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212519

Black with #212519

Text Example


Text Example

White with #212519

Text Example


Text Example

HTML Codes & Css Web 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>