Html Css Color HEX #222801 Green Waterloo

📋 copy color: '#222801'

red 34 ◦ green 40 ◦ blue 1

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

Shades of Green Waterloo #222801

Tints of Green Waterloo #222801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 53.33%

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

R = 45.33%
G = 53.33%
B = 1.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#222801 (or 0x222801) is known color: Green Waterloo. HEX triplet: 22, 28 and 01. RGB value is (34,40,1). Sum of RGB (Red+Green+Blue) = 34+40+1=75 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.33% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #222801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222801 is #DDD7FE. Grayscale: #212121. Windows color (decimal): -14538751 or 75810. OLE color: 75810.

HSL color Cylindrical-coordinate representation of color #222801: hue angle of 69.23º 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 #222801 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 34 40 1 -
CMYK 0.15 0 0.98 0.84
HSL 69.23º 0.95% 0.08% -
HSV(B) 69.23º 0.98% 0.16% -
XYZ 1.42 1.86 0.31 -
YUV 33.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 34 40 1 0.15 0 0.98 0.84 69.23 0.95 0.08
Hex 22 28 1 F 0 62 54 45 5F 8
Octal 42 50 1 17 0 142 124 105 137 10
Binary 100010 101000 1 1111 0 1100010 1010100 1000101 1011111 1000

Color Harmonies of #222801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222801

Black with #222801

Text Example


Text Example

White with #222801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222801; }

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

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

background-color css

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

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

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

border-color css

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

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

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