#222502

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

Shades of Green Waterloo #222502

Tints of Green Waterloo #222502

Color information

#222502 (or 0x222502) is unknown color: approx Green Waterloo. HEX triplet: 22, 25 and 02. RGB value is (34,37,2). Sum of RGB (Red+Green+Blue) = 34+37+2=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #222502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222502 is #DDDAFD. Grayscale: #202020. Windows color (decimal): -14539518 or 140578. OLE color: 140578.

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

Color convert

RGB34372-
CMYK0.0800.950.85
HSL65.14º89.74%7.65%-
HSV(B)65.14º94.59%14.51%-
XYZ1.331.670.31-
YUV32.11111.01129.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 46.58%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=46.58%
G=50.68%
B=2.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal343720.0800.950.8565.1489.747.65
Hex22252805F55415a8
Octal4245210013712510113210
Binary100010100101101000010111111010101100000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222502; }

 p { color: rgb(34,37,2); }

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

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

 a { background-color: rgb(34,37,2); }

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

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

 span { border-color: rgb(34,37,2); }

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