#22240F

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

Shades of Green Waterloo #22240F

Tints of Green Waterloo #22240F

Color information

#22240F (or 0x22240F) is unknown color: approx Green Waterloo. HEX triplet: 22, 24 and 0F. RGB value is (34,36,15). Sum of RGB (Red+Green+Blue) = 34+36+15=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #22240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22240F is #DDDBF0. Grayscale: #212121. Windows color (decimal): -14539761 or 992290. OLE color: 992290.

HSL color Cylindrical-coordinate representation of color #22240F: hue angle of 65.71º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #22240F is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB343615-
CMYK0.0600.580.86
HSL65.71º41.18%10%-
HSV(B)65.71º58.33%14.12%-
XYZ1.381.640.7-
YUV33.01117.84128.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=40%
G=42.35%
B=17.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3436150.0600.580.8665.7141.1810
Hex2224F603A564229a
Octal42441760721261025112
Binary10001010010011111100111010101011010000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22240F; }

 p { color: rgb(34,36,15); }

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

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

 a { background-color: rgb(34,36,15); }

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

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

 span { border-color: rgb(34,36,15); }

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