Html Css Color HEX #222C01 Green Waterloo

📋 copy color: '#222C01'

red 34 ◦ green 44 ◦ blue 1

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

Shades of Green Waterloo #222C01

Tints of Green Waterloo #222C01

RGB

 RED value IS 34 (13.67% from 255) = 43.04%

 GREEN value IS 44 (17.58% from 255) = 55.7%

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

R = 43.04%
G = 55.7%
B = 1.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.83

RGB Variations

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

Color information

#222C01 (or 0x222C01) is known color: Green Waterloo. HEX triplet: 22, 2C and 01. RGB value is (34,44,1). Sum of RGB (Red+Green+Blue) = 34+44+1=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 44 (17.58% from 255 or 55.70% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 44 - color contains mainly: green. Hex color #222C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222C01 is #DDD3FE. Grayscale: #242424. Windows color (decimal): -14537727 or 76834. OLE color: 76834.

HSL color Cylindrical-coordinate representation of color #222C01: hue angle of 73.95º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #222C01 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.83.

Color convert

RGB 34 44 1 -
CMYK 0.23 0 0.98 0.83
HSL 73.95º 0.96% 0.09% -
HSV(B) 73.95º 0.98% 0.17% -
XYZ 1.57 2.14 0.36 -
YUV 36.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 34 44 1 0.23 0 0.98 0.83 73.95 0.96 0.09
Hex 22 2C 1 17 0 62 53 4A 60 9
Octal 42 54 1 27 0 142 123 112 140 11
Binary 100010 101100 1 10111 0 1100010 1010011 1001010 1100000 1001

Color Harmonies of #222C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222C01

Black with #222C01

Text Example


Text Example

White with #222C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222C01; }

 p { color: rgb(34,44,1); }

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

background-color css

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

 a { background-color: rgb(34,44,1); }

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

border-color css

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

 span { border-color: rgb(34,44,1); }

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