#222512

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

Shades of Green Waterloo #222512

Tints of Green Waterloo #222512

Color information

#222512 (or 0x222512) is unknown color: approx Green Waterloo. HEX triplet: 22, 25 and 12. RGB value is (34,37,18). Sum of RGB (Red+Green+Blue) = 34+37+18=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #222512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222512 is #DDDAED. Grayscale: #222222. Windows color (decimal): -14539502 or 1189154. OLE color: 1189154.

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

Color convert

RGB343718-
CMYK0.0800.510.85
HSL69.47º34.55%10.78%-
HSV(B)69.47º51.35%14.51%-
XYZ1.431.710.83-
YUV33.94119.01128.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=38.20%
G=41.57%
B=20.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3437180.0800.510.8569.4734.5510.78
Hex2225128033554523b
Octal424522100631251054313
Binary1000101001011001010000110011101010110001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222512; }

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

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

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

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

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

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

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

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