#303122

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

Shades of Green Waterloo #303122

Tints of Green Waterloo #303122

Color information

#303122 (or 0x303122) is unknown color: approx Green Waterloo. HEX triplet: 30, 31 and 22. RGB value is (48,49,34). Sum of RGB (Red+Green+Blue) = 48+49+34=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #303122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303122 is #CFCEDD. Grayscale: #2F2F2F. Windows color (decimal): -13618910 or 2240816. OLE color: 2240816.

HSL color Cylindrical-coordinate representation of color #303122: hue angle of 64º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #303122 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB484934-
CMYK0.0200.310.81
HSL64º18.07%16.27%-
HSV(B)64º30.61%19.22%-
XYZ2.612.941.94-
YUV46.99120.67128.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=36.64%
G=37.40%
B=25.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849340.0200.310.816418.0716.27
Hex303122201F51401210
Octal60614220371211002220
Binary11000011000110001010011111101000110000001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303122; }

 p { color: rgb(48,49,34); }

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

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

 a { background-color: rgb(48,49,34); }

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

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

 span { border-color: rgb(48,49,34); }

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