Html Css Color HEX #212513 Green Waterloo

📋 copy color: '#212513'

red 33 ◦ green 37 ◦ blue 19

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

Shades of Green Waterloo #212513

Tints of Green Waterloo #212513

RGB

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

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

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

R = 37.08%
G = 41.57%
B = 21.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#212513 (or 0x212513) is known color: Green Waterloo. HEX triplet: 21, 25 and 13. RGB value is (33,37,19). Sum of RGB (Red+Green+Blue) = 33+37+19=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #212513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212513 is #DEDAEC. Grayscale: #212121. Windows color (decimal): -14605037 or 1254689. OLE color: 1254689.

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

Color convert

RGB 33 37 19 -
CMYK 0.11 0 0.49 0.85
HSL 73.33º 0.32% 0.11% -
HSV(B) 73.33º 0.49% 0.15% -
XYZ 1.41 1.69 0.87 -
YUV 33.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 33 37 19 0.11 0 0.49 0.85 73.33 0.32 0.11
Hex 21 25 13 B 0 31 55 49 20 B
Octal 41 45 23 13 0 61 125 111 40 13
Binary 100001 100101 10011 1011 0 110001 1010101 1001001 100000 1011

Color Harmonies of #212513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212513

Black with #212513

Text Example


Text Example

White with #212513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212513; }

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

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

background-color css

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

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

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

border-color css

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

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

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