Html Css Color HEX #212411 Green Waterloo

📋 copy color: '#212411'

red 33 ◦ green 36 ◦ blue 17

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

Shades of Green Waterloo #212411

Tints of Green Waterloo #212411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.77%

R = 38.37%
G = 41.86%
B = 19.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#212411 (or 0x212411) is known color: Green Waterloo. HEX triplet: 21, 24 and 11. RGB value is (33,36,17). Sum of RGB (Red+Green+Blue) = 33+36+17=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #212411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212411 is #DEDBEE. Grayscale: #212121. Windows color (decimal): -14605295 or 1123361. OLE color: 1123361.

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

Color convert

RGB 33 36 17 -
CMYK 0.08 0 0.53 0.86
HSL 69.47º 0.36% 0.1% -
HSV(B) 69.47º 0.53% 0.14% -
XYZ 1.36 1.63 0.77 -
YUV 32.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 33 36 17 0.08 0 0.53 0.86 69.47 0.36 0.1
Hex 21 24 11 8 0 35 56 45 24 A
Octal 41 44 21 10 0 65 126 105 44 12
Binary 100001 100100 10001 1000 0 110101 1010110 1000101 100100 1010

Color Harmonies of #212411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212411

Black with #212411

Text Example


Text Example

White with #212411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212411; }

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

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

background-color css

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

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

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

border-color css

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

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

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