Html Css Color HEX #212313 Green Waterloo

📋 copy color: '#212313'

red 33 ◦ green 35 ◦ blue 19

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

Shades of Green Waterloo #212313

Tints of Green Waterloo #212313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 40.23%

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

R = 37.93%
G = 40.23%
B = 21.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#212313 (or 0x212313) is known color: Green Waterloo. HEX triplet: 21, 23 and 13. RGB value is (33,35,19). Sum of RGB (Red+Green+Blue) = 33+35+19=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #212313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212313 is #DEDCEC. Grayscale: #202020. Windows color (decimal): -14605549 or 1254177. OLE color: 1254177.

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

Color convert

RGB 33 35 19 -
CMYK 0.06 0 0.46 0.86
HSL 67.5º 0.3% 0.11% -
HSV(B) 67.5º 0.46% 0.14% -
XYZ 1.35 1.57 0.85 -
YUV 32.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 33 35 19 0.06 0 0.46 0.86 67.5 0.3 0.11
Hex 21 23 13 6 0 2E 56 44 1E B
Octal 41 43 23 6 0 56 126 104 36 13
Binary 100001 100011 10011 110 0 101110 1010110 1000100 11110 1011

Color Harmonies of #212313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212313

Black with #212313

Text Example


Text Example

White with #212313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212313; }

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

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

background-color css

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

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

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

border-color css

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

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

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