Html Css Color HEX #212419 Rangoon Green

📋 copy color: '#212419'

red 33 ◦ green 36 ◦ blue 25

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

Shades of Rangoon Green #212419

Tints of Rangoon Green #212419

RGB

 RED value IS 33 (13.28% from 255) = 35.11%

 GREEN value IS 36 (14.45% from 255) = 38.3%

 BLUE value IS 25 (10.16% from 255) = 26.6%

R = 35.11%
G = 38.3%
B = 26.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#212419 (or 0x212419) is known color: Rangoon Green. HEX triplet: 21, 24 and 19. RGB value is (33,36,25). Sum of RGB (Red+Green+Blue) = 33+36+25=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 36 - color contains mainly: green. Hex color #212419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212419 is #DEDBE6. Grayscale: #212121. Windows color (decimal): -14605287 or 1647649. OLE color: 1647649.

HSL color Cylindrical-coordinate representation of color #212419: hue angle of 76.36º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #212419 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 36 25 -
CMYK 0.08 0 0.31 0.86
HSL 76.36º 0.18% 0.12% -
HSV(B) 76.36º 0.31% 0.14% -
XYZ 1.43 1.66 1.16 -
YUV 33.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 33 36 25 0.08 0 0.31 0.86 76.36 0.18 0.12
Hex 21 24 19 8 0 1F 56 4C 12 C
Octal 41 44 31 10 0 37 126 114 22 14
Binary 100001 100100 11001 1000 0 11111 1010110 1001100 10010 1100

Color Harmonies of #212419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212419

Black with #212419

Text Example


Text Example

White with #212419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212419; }

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

 H1.HeaderClassName
 {
   color: #212419;
 }
 .AnyTagClassName
 {
   color: #212419;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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