Html Css Color HEX #212409 Green Waterloo

📋 copy color: '#212409'

red 33 ◦ green 36 ◦ blue 9

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

Shades of Green Waterloo #212409

Tints of Green Waterloo #212409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 46.15%

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

R = 42.31%
G = 46.15%
B = 11.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.86

RGB Variations

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

Color information

#212409 (or 0x212409) is known color: Green Waterloo. HEX triplet: 21, 24 and 09. RGB value is (33,36,9). Sum of RGB (Red+Green+Blue) = 33+36+9=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #212409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212409 is #DEDBF6. Grayscale: #202020. Windows color (decimal): -14605303 or 599073. OLE color: 599073.

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

Color convert

RGB 33 36 9 -
CMYK 0.08 0 0.75 0.86
HSL 66.67º 0.6% 0.09% -
HSV(B) 66.67º 0.75% 0.14% -
XYZ 1.31 1.6 0.5 -
YUV 32.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 33 36 9 0.08 0 0.75 0.86 66.67 0.6 0.09
Hex 21 24 9 8 0 4B 56 43 3C 9
Octal 41 44 11 10 0 113 126 103 74 11
Binary 100001 100100 1001 1000 0 1001011 1010110 1000011 111100 1001

Color Harmonies of #212409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212409

Black with #212409

Text Example


Text Example

White with #212409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212409; }

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

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

background-color css

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

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

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

border-color css

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

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

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