#222601

Color #222601 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #222601

Tints of Green Waterloo #222601

Color information

#222601 (or 0x222601) is unknown color: approx Green Waterloo. HEX triplet: 22, 26 and 01. RGB value is (34,38,1). Sum of RGB (Red+Green+Blue) = 34+38+1=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #222601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222601 is #DDD9FE. Grayscale: #202020. Windows color (decimal): -14539263 or 75298. OLE color: 75298.

HSL color Cylindrical-coordinate representation of color #222601: hue angle of 66.49º 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 #222601 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB34381-
CMYK0.1100.970.85
HSL66.49º94.87%7.65%-
HSV(B)66.49º97.37%14.9%-
XYZ1.361.730.29-
YUV32.59110.17129.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 46.58%
GREEN value IS 38 (15.23% from 255) = 52.05%
BLUE value IS 1 (0.78% from 255) = 1.37%
R=46.58%
G=52.05%
B=1.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal343810.1100.970.8566.4994.877.65
Hex22261B06155425f8
Octal4246113014112510213710
Binary10001010011011011011000011010101100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222601; }

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

 H1.HeaderClassName
 {
   color: #222601;
 }
 .AnyTagClassName
 {
   color: #222601;
 }
</style>
background-color css

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

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

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

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

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

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