Html Css Color HEX #212318 Green Waterloo

📋 copy color: '#212318'

red 33 ◦ green 35 ◦ blue 24

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

Shades of Green Waterloo #212318

Tints of Green Waterloo #212318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 26.09%

R = 35.87%
G = 38.04%
B = 26.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#212318 (or 0x212318) is known color: Green Waterloo. HEX triplet: 21, 23 and 18. RGB value is (33,35,24). Sum of RGB (Red+Green+Blue) = 33+35+24=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 35 - color contains mainly: green. Hex color #212318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212318 is #DEDCE7. Grayscale: #212121. Windows color (decimal): -14605544 or 1581857. OLE color: 1581857.

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

Color convert

RGB 33 35 24 -
CMYK 0.06 0 0.31 0.86
HSL 70.91º 0.19% 0.12% -
HSV(B) 70.91º 0.31% 0.14% -
XYZ 1.39 1.59 1.1 -
YUV 33.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 33 35 24 0.06 0 0.31 0.86 70.91 0.19 0.12
Hex 21 23 18 6 0 1F 56 47 13 C
Octal 41 43 30 6 0 37 126 107 23 14
Binary 100001 100011 11000 110 0 11111 1010110 1000111 10011 1100

Color Harmonies of #212318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212318

Black with #212318

Text Example


Text Example

White with #212318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212318; }

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

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

background-color css

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

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

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

border-color css

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

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

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