#303125

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

Shades of Green Waterloo #303125

Tints of Green Waterloo #303125

Color information

#303125 (or 0x303125) is unknown color: approx Green Waterloo. HEX triplet: 30, 31 and 25. RGB value is (48,49,37). Sum of RGB (Red+Green+Blue) = 48+49+37=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #303125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303125 is #CFCEDA. Grayscale: #2F2F2F. Windows color (decimal): -13618907 or 2437424. OLE color: 2437424.

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

Color convert

RGB484937-
CMYK0.0200.240.81
HSL65º13.95%16.86%-
HSV(B)65º24.49%19.22%-
XYZ2.652.962.18-
YUV47.33122.17128.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=35.82%
G=36.57%
B=27.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849370.0200.240.816513.9516.86
Hex30312520185141e11
Octal60614520301211011621
Binary1100001100011001011001100010100011000001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303125; }

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

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

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

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

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

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

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

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