#303128

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

Shades of Green Waterloo #303128

Tints of Green Waterloo #303128

Color information

#303128 (or 0x303128) is unknown color: approx Green Waterloo. HEX triplet: 30, 31 and 28. RGB value is (48,49,40). Sum of RGB (Red+Green+Blue) = 48+49+40=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 49 - color contains mainly: green. Hex color #303128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303128 is #CFCED7. Grayscale: #2F2F2F. Windows color (decimal): -13618904 or 2634032. OLE color: 2634032.

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

Color convert

RGB484940-
CMYK0.0200.180.81
HSL66.67º10.11%17.45%-
HSV(B)66.67º18.37%19.22%-
XYZ2.72.982.44-
YUV47.68123.67128.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=35.04%
G=35.77%
B=29.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849400.0200.180.8166.6710.1117.45
Hex30312820125143a11
Octal60615020221211031221
Binary1100001100011010001001001010100011000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303128; }

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

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

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

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

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

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

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

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