#22280E

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

Shades of Green Waterloo #22280E

Tints of Green Waterloo #22280E

Color information

#22280E (or 0x22280E) is unknown color: approx Green Waterloo. HEX triplet: 22, 28 and 0E. RGB value is (34,40,14). Sum of RGB (Red+Green+Blue) = 34+40+14=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #22280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22280E is #DDD7F1. Grayscale: #232323. Windows color (decimal): -14538738 or 927778. OLE color: 927778.

HSL color Cylindrical-coordinate representation of color #22280E: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #22280E is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB344014-
CMYK0.1500.650.84
HSL73.85º48.15%10.59%-
HSV(B)73.85º65%15.69%-
XYZ1.51.890.7-
YUV35.24116.01127.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 40 (16.02% from 255) = 45.45%
BLUE value IS 14 (5.86% from 255) = 15.91%
R=38.64%
G=45.45%
B=15.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3440140.1500.650.8473.8548.1510.59
Hex2228EF041544a30b
Octal4250161701011241126013
Binary1000101010001110111101000001101010010010101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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