Html Css Color HEX #212309 Green Waterloo

📋 copy color: '#212309'

red 33 ◦ green 35 ◦ blue 9

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

Shades of Green Waterloo #212309

Tints of Green Waterloo #212309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.69%

R = 42.86%
G = 45.45%
B = 11.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#212309 (or 0x212309) is known color: Green Waterloo. HEX triplet: 21, 23 and 09. RGB value is (33,35,9). Sum of RGB (Red+Green+Blue) = 33+35+9=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #212309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212309 is #DEDCF6. Grayscale: #1F1F1F. Windows color (decimal): -14605559 or 598817. OLE color: 598817.

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

Color convert

RGB 33 35 9 -
CMYK 0.06 0 0.74 0.86
HSL 64.62º 0.59% 0.09% -
HSV(B) 64.62º 0.74% 0.14% -
XYZ 1.28 1.55 0.49 -
YUV 31.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 33 35 9 0.06 0 0.74 0.86 64.62 0.59 0.09
Hex 21 23 9 6 0 4A 56 41 3B 9
Octal 41 43 11 6 0 112 126 101 73 11
Binary 100001 100011 1001 110 0 1001010 1010110 1000001 111011 1001

Color Harmonies of #212309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212309

Black with #212309

Text Example


Text Example

White with #212309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212309; }

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

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

background-color css

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

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

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

border-color css

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

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

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