#222708

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

Shades of Green Waterloo #222708

Tints of Green Waterloo #222708

Color information

#222708 (or 0x222708) is unknown color: approx Green Waterloo. HEX triplet: 22, 27 and 08. RGB value is (34,39,8). Sum of RGB (Red+Green+Blue) = 34+39+8=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #222708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222708 is #DDD8F7. Grayscale: #222222. Windows color (decimal): -14539000 or 534306. OLE color: 534306.

HSL color Cylindrical-coordinate representation of color #222708: hue angle of 69.68º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #222708 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB34398-
CMYK0.1300.790.85
HSL69.68º65.96%9.22%-
HSV(B)69.68º79.49%15.29%-
XYZ1.431.810.5-
YUV33.97113.34128.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.98%
GREEN value IS 39 (15.62% from 255) = 48.15%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=41.98%
G=48.15%
B=9.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal343980.1300.790.8569.6865.969.22
Hex22278D04F5546429
Octal42471015011712510610211
Binary10001010011110001101010011111010101100011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222708; }

 p { color: rgb(34,39,8); }

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

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

 a { background-color: rgb(34,39,8); }

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

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

 span { border-color: rgb(34,39,8); }

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