#303126

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

Shades of Green Waterloo #303126

Tints of Green Waterloo #303126

Color information

#303126 (or 0x303126) is unknown color: approx Green Waterloo. HEX triplet: 30, 31 and 26. RGB value is (48,49,38). Sum of RGB (Red+Green+Blue) = 48+49+38=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 49 - color contains mainly: green. Hex color #303126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303126 is #CFCED9. Grayscale: #2F2F2F. Windows color (decimal): -13618906 or 2502960. OLE color: 2502960.

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

Color convert

RGB484938-
CMYK0.0200.220.81
HSL65.45º12.64%17.06%-
HSV(B)65.45º22.45%19.22%-
XYZ2.672.962.27-
YUV47.45122.67128.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=35.56%
G=36.30%
B=28.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849380.0200.220.8165.4512.6417.06
Hex30312620165141d11
Octal60614620261211011521
Binary1100001100011001101001011010100011000001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303126; }

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

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

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

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

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

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

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

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