#222515

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

Shades of Green Waterloo #222515

Tints of Green Waterloo #222515

Color information

#222515 (or 0x222515) is unknown color: approx Green Waterloo. HEX triplet: 22, 25 and 15. RGB value is (34,37,21). Sum of RGB (Red+Green+Blue) = 34+37+21=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #222515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222515 is #DDDAEA. Grayscale: #222222. Windows color (decimal): -14539499 or 1385762. OLE color: 1385762.

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

Color convert

RGB343721-
CMYK0.0800.430.85
HSL71.25º27.59%11.37%-
HSV(B)71.25º43.24%14.51%-
XYZ1.461.720.96-
YUV34.28120.51127.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.96%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=36.96%
G=40.22%
B=22.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3437210.0800.430.8571.2527.5911.37
Hex222515802B55471cb
Octal424525100531251073413
Binary100010100101101011000010101110101011000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222515; }

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

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

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

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

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

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

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

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