#303220

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

Shades of Green Waterloo #303220

Tints of Green Waterloo #303220

Color information

#303220 (or 0x303220) is unknown color: approx Green Waterloo. HEX triplet: 30, 32 and 20. RGB value is (48,50,32). Sum of RGB (Red+Green+Blue) = 48+50+32=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #303220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303220 is #CFCDDF. Grayscale: #2F2F2F. Windows color (decimal): -13618656 or 2110000. OLE color: 2110000.

HSL color Cylindrical-coordinate representation of color #303220: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #303220 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB485032-
CMYK0.0400.360.80
HSL66.67º21.95%16.08%-
HSV(B)66.67º36%19.61%-
XYZ2.623.011.81-
YUV47.35119.34128.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=36.92%
G=38.46%
B=24.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850320.0400.360.8066.6721.9516.08
Hex303220402450431610
Octal60624040441201032620
Binary1100001100101000001000100100101000010000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303220; }

 p { color: rgb(48,50,32); }

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

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

 a { background-color: rgb(48,50,32); }

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

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

 span { border-color: rgb(48,50,32); }

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