Html Css Color HEX #212616 Rangoon Green

📋 copy color: '#212616'

red 33 ◦ green 38 ◦ blue 22

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

Shades of Rangoon Green #212616

Tints of Rangoon Green #212616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40.86%

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

R = 35.48%
G = 40.86%
B = 23.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.85

RGB Variations

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

Color information

#212616 (or 0x212616) is known color: Rangoon Green. HEX triplet: 21, 26 and 16. RGB value is (33,38,22). Sum of RGB (Red+Green+Blue) = 33+38+22=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 38 - color contains mainly: green. Hex color #212616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212616 is #DED9E9. Grayscale: #222222. Windows color (decimal): -14604778 or 1451553. OLE color: 1451553.

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

Color convert

RGB 33 38 22 -
CMYK 0.13 0 0.42 0.85
HSL 78.75º 0.27% 0.12% -
HSV(B) 78.75º 0.42% 0.15% -
XYZ 1.47 1.77 1.02 -
YUV 34.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 33 38 22 0.13 0 0.42 0.85 78.75 0.27 0.12
Hex 21 26 16 D 0 2A 55 4F 1B C
Octal 41 46 26 15 0 52 125 117 33 14
Binary 100001 100110 10110 1101 0 101010 1010101 1001111 11011 1100

Color Harmonies of #212616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212616

Black with #212616

Text Example


Text Example

White with #212616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212616; }

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

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

background-color css

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

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

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

border-color css

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

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

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