#22231E

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

Shades of Green Waterloo #22231E

Tints of Green Waterloo #22231E

Color information

#22231E (or 0x22231E) is unknown color: approx Green Waterloo. HEX triplet: 22, 23 and 1E. RGB value is (34,35,30). Sum of RGB (Red+Green+Blue) = 34+35+30=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 35 - color contains mainly: green. Hex color #22231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22231E is #DDDCE1. Grayscale: #222222. Windows color (decimal): -14540002 or 1975074. OLE color: 1975074.

HSL color Cylindrical-coordinate representation of color #22231E: hue angle of 72º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #22231E is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB343530-
CMYK0.0300.140.86
HSL72º7.69%12.75%-
HSV(B)72º14.29%13.73%-
XYZ1.51.641.47-
YUV34.13125.67127.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=34.34%
G=35.35%
B=30.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3435300.0300.140.86727.6912.75
Hex22231E30E56488d
Octal42433630161261101015
Binary1000101000111111011011101010110100100010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22231E; }

 p { color: rgb(34,35,30); }

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

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

 a { background-color: rgb(34,35,30); }

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

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

 span { border-color: rgb(34,35,30); }

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