Html Css Color HEX #222701 Green Waterloo

📋 copy color: '#222701'

red 34 ◦ green 39 ◦ blue 1

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

Shades of Green Waterloo #222701

Tints of Green Waterloo #222701

RGB

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

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

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

R = 45.95%
G = 52.7%
B = 1.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#222701 (or 0x222701) is known color: Green Waterloo. HEX triplet: 22, 27 and 01. RGB value is (34,39,1). Sum of RGB (Red+Green+Blue) = 34+39+1=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #222701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222701 is #DDD8FE. Grayscale: #212121. Windows color (decimal): -14539007 or 75554. OLE color: 75554.

HSL color Cylindrical-coordinate representation of color #222701: hue angle of 67.89º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #222701 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 34 39 1 -
CMYK 0.13 0 0.97 0.85
HSL 67.89º 0.95% 0.08% -
HSV(B) 67.89º 0.97% 0.15% -
XYZ 1.39 1.79 0.3 -
YUV 33.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 34 39 1 0.13 0 0.97 0.85 67.89 0.95 0.08
Hex 22 27 1 D 0 61 55 44 5F 8
Octal 42 47 1 15 0 141 125 104 137 10
Binary 100010 100111 1 1101 0 1100001 1010101 1000100 1011111 1000

Color Harmonies of #222701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222701

Black with #222701

Text Example


Text Example

White with #222701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222701; }

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

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

background-color css

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

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

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

border-color css

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

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

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