#22241B

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

Shades of Green Waterloo #22241B

Tints of Green Waterloo #22241B

Color information

#22241B (or 0x22241B) is unknown color: approx Green Waterloo. HEX triplet: 22, 24 and 1B. RGB value is (34,36,27). Sum of RGB (Red+Green+Blue) = 34+36+27=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 36 - color contains mainly: green. Hex color #22241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22241B is #DDDBE4. Grayscale: #222222. Windows color (decimal): -14539749 or 1778722. OLE color: 1778722.

HSL color Cylindrical-coordinate representation of color #22241B: hue angle of 73.33º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #22241B is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB343627-
CMYK0.0600.250.86
HSL73.33º14.29%12.35%-
HSV(B)73.33º25%14.12%-
XYZ1.491.681.28-
YUV34.38123.84127.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.05%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=35.05%
G=37.11%
B=27.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3436270.0600.250.8673.3314.2912.35
Hex22241B60195649ec
Octal42443360311261111614
Binary100010100100110111100110011010110100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22241B; }

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

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

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

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

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

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

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

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