Html Css Color HEX #212901 Green Waterloo

📋 copy color: '#212901'

red 33 ◦ green 41 ◦ blue 1

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

Shades of Green Waterloo #212901

Tints of Green Waterloo #212901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 54.67%

 BLUE value IS 1 (0.78% from 255) = 1.33%

R = 44%
G = 54.67%
B = 1.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#212901 (or 0x212901) is known color: Green Waterloo. HEX triplet: 21, 29 and 01. RGB value is (33,41,1). Sum of RGB (Red+Green+Blue) = 33+41+1=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #212901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212901 is #DED6FE. Grayscale: #222222. Windows color (decimal): -14604031 or 76065. OLE color: 76065.

HSL color Cylindrical-coordinate representation of color #212901: hue angle of 72º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #212901 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 41 1 -
CMYK 0.20 0 0.98 0.84
HSL 72º 0.95% 0.08% -
HSV(B) 72º 0.98% 0.16% -
XYZ 1.43 1.91 0.32 -
YUV 34.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 33 41 1 0.20 0 0.98 0.84 72 0.95 0.08
Hex 21 29 1 14 0 62 54 48 5F 8
Octal 41 51 1 24 0 142 124 110 137 10
Binary 100001 101001 1 10100 0 1100010 1010100 1001000 1011111 1000

Color Harmonies of #212901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212901

Black with #212901

Text Example


Text Example

White with #212901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212901; }

 p { color: rgb(33,41,1); }

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

background-color css

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

 a { background-color: rgb(33,41,1); }

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

border-color css

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

 span { border-color: rgb(33,41,1); }

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