Html Css Color HEX #212413 Green Waterloo

📋 copy color: '#212413'

red 33 ◦ green 36 ◦ blue 19

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

Shades of Green Waterloo #212413

Tints of Green Waterloo #212413

RGB

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

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

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

R = 37.5%
G = 40.91%
B = 21.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#212413 (or 0x212413) is known color: Green Waterloo. HEX triplet: 21, 24 and 13. RGB value is (33,36,19). Sum of RGB (Red+Green+Blue) = 33+36+19=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #212413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212413 is #DEDBEC. Grayscale: #212121. Windows color (decimal): -14605293 or 1254433. OLE color: 1254433.

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

Color convert

RGB 33 36 19 -
CMYK 0.08 0 0.47 0.86
HSL 70.59º 0.31% 0.11% -
HSV(B) 70.59º 0.47% 0.14% -
XYZ 1.38 1.63 0.86 -
YUV 33.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 33 36 19 0.08 0 0.47 0.86 70.59 0.31 0.11
Hex 21 24 13 8 0 2F 56 47 1F B
Octal 41 44 23 10 0 57 126 107 37 13
Binary 100001 100100 10011 1000 0 101111 1010110 1000111 11111 1011

Color Harmonies of #212413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212413

Black with #212413

Text Example


Text Example

White with #212413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212413; }

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

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

background-color css

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

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

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

border-color css

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

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

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