Html Css Color HEX #212306 Green Waterloo

📋 copy color: '#212306'

red 33 ◦ green 35 ◦ blue 6

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

Shades of Green Waterloo #212306

Tints of Green Waterloo #212306

RGB

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

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

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

R = 44.59%
G = 47.3%
B = 8.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#212306 (or 0x212306) is known color: Green Waterloo. HEX triplet: 21, 23 and 06. RGB value is (33,35,6). Sum of RGB (Red+Green+Blue) = 33+35+6=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #212306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212306 is #DEDCF9. Grayscale: #1F1F1F. Windows color (decimal): -14605562 or 402209. OLE color: 402209.

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

Color convert

RGB 33 35 6 -
CMYK 0.06 0 0.83 0.86
HSL 64.14º 0.71% 0.08% -
HSV(B) 64.14º 0.83% 0.14% -
XYZ 1.26 1.54 0.4 -
YUV 31.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 33 35 6 0.06 0 0.83 0.86 64.14 0.71 0.08
Hex 21 23 6 6 0 53 56 40 47 8
Octal 41 43 6 6 0 123 126 100 107 10
Binary 100001 100011 110 110 0 1010011 1010110 1000000 1000111 1000

Color Harmonies of #212306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212306

Black with #212306

Text Example


Text Example

White with #212306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212306; }

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

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

background-color css

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

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

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

border-color css

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

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

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