#22280C

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

Shades of Green Waterloo #22280C

Tints of Green Waterloo #22280C

Color information

#22280C (or 0x22280C) is unknown color: approx Green Waterloo. HEX triplet: 22, 28 and 0C. RGB value is (34,40,12). Sum of RGB (Red+Green+Blue) = 34+40+12=86 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.53% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #22280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22280C is #DDD7F3. Grayscale: #232323. Windows color (decimal): -14538740 or 796706. OLE color: 796706.

HSL color Cylindrical-coordinate representation of color #22280C: hue angle of 72.86º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22280C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB344012-
CMYK0.1500.700.84
HSL72.86º53.85%10.2%-
HSV(B)72.86º70%15.69%-
XYZ1.481.880.63-
YUV35.01115.01127.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.53%
GREEN value IS 40 (16.02% from 255) = 46.51%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=39.53%
G=46.51%
B=13.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3440120.1500.700.8472.8653.8510.2
Hex2228CF046544936a
Octal4250141701061241116612
Binary1000101010001100111101000110101010010010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22280C; }

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

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

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

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

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

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

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

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