Html Css Color HEX #212713 Rangoon Green

📋 copy color: '#212713'

red 33 ◦ green 39 ◦ blue 19

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

Shades of Rangoon Green #212713

Tints of Rangoon Green #212713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 42.86%

 BLUE value IS 19 (7.81% from 255) = 20.88%

R = 36.26%
G = 42.86%
B = 20.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#212713 (or 0x212713) is known color: Rangoon Green. HEX triplet: 21, 27 and 13. RGB value is (33,39,19). Sum of RGB (Red+Green+Blue) = 33+39+19=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #212713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212713 is #DED8EC. Grayscale: #232323. Windows color (decimal): -14604525 or 1255201. OLE color: 1255201.

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

Color convert

RGB 33 39 19 -
CMYK 0.15 0 0.51 0.85
HSL 78º 0.34% 0.11% -
HSV(B) 78º 0.51% 0.15% -
XYZ 1.47 1.82 0.89 -
YUV 34.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 33 39 19 0.15 0 0.51 0.85 78 0.34 0.11
Hex 21 27 13 F 0 33 55 4E 22 B
Octal 41 47 23 17 0 63 125 116 42 13
Binary 100001 100111 10011 1111 0 110011 1010101 1001110 100010 1011

Color Harmonies of #212713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212713

Black with #212713

Text Example


Text Example

White with #212713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212713; }

 p { color: rgb(33,39,19); }

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

background-color css

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

 a { background-color: rgb(33,39,19); }

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

border-color css

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

 span { border-color: rgb(33,39,19); }

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