Html Css Color HEX #212606 Green Waterloo

📋 copy color: '#212606'

red 33 ◦ green 38 ◦ blue 6

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

Shades of Green Waterloo #212606

Tints of Green Waterloo #212606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 49.35%

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

R = 42.86%
G = 49.35%
B = 7.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#212606 (or 0x212606) is known color: Green Waterloo. HEX triplet: 21, 26 and 06. RGB value is (33,38,6). Sum of RGB (Red+Green+Blue) = 33+38+6=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #212606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212606 is #DED9F9. Grayscale: #202020. Windows color (decimal): -14604794 or 402977. OLE color: 402977.

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

Color convert

RGB 33 38 6 -
CMYK 0.13 0 0.84 0.85
HSL 69.38º 0.73% 0.09% -
HSV(B) 69.38º 0.84% 0.15% -
XYZ 1.35 1.72 0.43 -
YUV 32.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 33 38 6 0.13 0 0.84 0.85 69.38 0.73 0.09
Hex 21 26 6 D 0 54 55 45 49 9
Octal 41 46 6 15 0 124 125 105 111 11
Binary 100001 100110 110 1101 0 1010100 1010101 1000101 1001001 1001

Color Harmonies of #212606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212606

Black with #212606

Text Example


Text Example

White with #212606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212606; }

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

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

background-color css

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

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

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

border-color css

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

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

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