Html Css Color HEX #212806 Green Waterloo

📋 copy color: '#212806'

red 33 ◦ green 40 ◦ blue 6

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

Shades of Green Waterloo #212806

Tints of Green Waterloo #212806

RGB

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

 GREEN value IS 40 (16.02% from 255) = 50.63%

 BLUE value IS 6 (2.73% from 255) = 7.59%

R = 41.77%
G = 50.63%
B = 7.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.84

RGB Variations

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

Color information

#212806 (or 0x212806) is known color: Green Waterloo. HEX triplet: 21, 28 and 06. RGB value is (33,40,6). Sum of RGB (Red+Green+Blue) = 33+40+6=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #212806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212806 is #DED7F9. Grayscale: #222222. Windows color (decimal): -14604282 or 403489. OLE color: 403489.

HSL color Cylindrical-coordinate representation of color #212806: hue angle of 72.35º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212806 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 40 6 -
CMYK 0.17 0 0.85 0.84
HSL 72.35º 0.74% 0.09% -
HSV(B) 72.35º 0.85% 0.16% -
XYZ 1.42 1.85 0.46 -
YUV 34.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 33 40 6 0.17 0 0.85 0.84 72.35 0.74 0.09
Hex 21 28 6 11 0 55 54 48 4A 9
Octal 41 50 6 21 0 125 124 110 112 11
Binary 100001 101000 110 10001 0 1010101 1010100 1001000 1001010 1001

Color Harmonies of #212806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212806

Black with #212806

Text Example


Text Example

White with #212806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212806; }

 p { color: rgb(33,40,6); }

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

background-color css

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

 a { background-color: rgb(33,40,6); }

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

border-color css

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

 span { border-color: rgb(33,40,6); }

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