Html Css Color HEX #212709 Green Waterloo

📋 copy color: '#212709'

red 33 ◦ green 39 ◦ blue 9

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

Shades of Green Waterloo #212709

Tints of Green Waterloo #212709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 48.15%

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

R = 40.74%
G = 48.15%
B = 11.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#212709 (or 0x212709) is known color: Green Waterloo. HEX triplet: 21, 27 and 09. RGB value is (33,39,9). Sum of RGB (Red+Green+Blue) = 33+39+9=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #212709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212709 is #DED8F6. Grayscale: #212121. Windows color (decimal): -14604535 or 599841. OLE color: 599841.

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

Color convert

RGB 33 39 9 -
CMYK 0.15 0 0.77 0.85
HSL 72º 0.63% 0.09% -
HSV(B) 72º 0.77% 0.15% -
XYZ 1.4 1.79 0.53 -
YUV 33.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 33 39 9 0.15 0 0.77 0.85 72 0.63 0.09
Hex 21 27 9 F 0 4D 55 48 3E 9
Octal 41 47 11 17 0 115 125 110 76 11
Binary 100001 100111 1001 1111 0 1001101 1010101 1001000 111110 1001

Color Harmonies of #212709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212709

Black with #212709

Text Example


Text Example

White with #212709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212709; }

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

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

background-color css

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

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

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

border-color css

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

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

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