Html Css Color HEX #212516 Rangoon Green

📋 copy color: '#212516'

red 33 ◦ green 37 ◦ blue 22

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

Shades of Rangoon Green #212516

Tints of Rangoon Green #212516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.22%

 BLUE value IS 22 (8.98% from 255) = 23.91%

R = 35.87%
G = 40.22%
B = 23.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#212516 (or 0x212516) is known color: Rangoon Green. HEX triplet: 21, 25 and 16. RGB value is (33,37,22). Sum of RGB (Red+Green+Blue) = 33+37+22=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #212516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212516 is #DEDAE9. Grayscale: #222222. Windows color (decimal): -14605034 or 1451297. OLE color: 1451297.

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

Color convert

RGB 33 37 22 -
CMYK 0.11 0 0.41 0.85
HSL 76º 0.25% 0.12% -
HSV(B) 76º 0.41% 0.15% -
XYZ 1.43 1.7 1.01 -
YUV 34.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 33 37 22 0.11 0 0.41 0.85 76 0.25 0.12
Hex 21 25 16 B 0 29 55 4C 19 C
Octal 41 45 26 13 0 51 125 114 31 14
Binary 100001 100101 10110 1011 0 101001 1010101 1001100 11001 1100

Color Harmonies of #212516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212516

Black with #212516

Text Example


Text Example

White with #212516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212516; }

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

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

background-color css

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

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

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

border-color css

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

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

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