#303124

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

Shades of Green Waterloo #303124

Tints of Green Waterloo #303124

Color information

#303124 (or 0x303124) is unknown color: approx Green Waterloo. HEX triplet: 30, 31 and 24. RGB value is (48,49,36). Sum of RGB (Red+Green+Blue) = 48+49+36=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 49 - color contains mainly: green. Hex color #303124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303124 is #CFCEDB. Grayscale: #2F2F2F. Windows color (decimal): -13618908 or 2371888. OLE color: 2371888.

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

Color convert

RGB484936-
CMYK0.0200.270.81
HSL64.62º15.29%16.67%-
HSV(B)64.62º26.53%19.22%-
XYZ2.642.952.1-
YUV47.22121.67128.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=36.09%
G=36.84%
B=27.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849360.0200.270.8164.6215.2916.67
Hex303124201B5141f11
Octal60614420331211011721
Binary1100001100011001001001101110100011000001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303124; }

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

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

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

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

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

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

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

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