Html Css Color HEX #212906 Green Waterloo

📋 copy color: '#212906'

red 33 ◦ green 41 ◦ blue 6

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

Shades of Green Waterloo #212906

Tints of Green Waterloo #212906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 51.25%

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

R = 41.25%
G = 51.25%
B = 7.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.84

RGB Variations

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

Color information

#212906 (or 0x212906) is known color: Green Waterloo. HEX triplet: 21, 29 and 06. RGB value is (33,41,6). Sum of RGB (Red+Green+Blue) = 33+41+6=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #212906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212906 is #DED6F9. Grayscale: #222222. Windows color (decimal): -14604026 or 403745. OLE color: 403745.

HSL color Cylindrical-coordinate representation of color #212906: hue angle of 73.71º 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 #212906 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 41 6 -
CMYK 0.20 0 0.85 0.84
HSL 73.71º 0.74% 0.09% -
HSV(B) 73.71º 0.85% 0.16% -
XYZ 1.45 1.92 0.47 -
YUV 34.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 33 41 6 0.20 0 0.85 0.84 73.71 0.74 0.09
Hex 21 29 6 14 0 55 54 4A 4A 9
Octal 41 51 6 24 0 125 124 112 112 11
Binary 100001 101001 110 10100 0 1010101 1010100 1001010 1001010 1001

Color Harmonies of #212906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212906

Black with #212906

Text Example


Text Example

White with #212906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212906; }

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

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

background-color css

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

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

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

border-color css

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

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

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