#303319

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

Shades of Green Waterloo #303319

Tints of Green Waterloo #303319

Color information

#303319 (or 0x303319) is unknown color: approx Green Waterloo. HEX triplet: 30, 33 and 19. RGB value is (48,51,25). Sum of RGB (Red+Green+Blue) = 48+51+25=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #303319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303319 is #CFCCE6. Grayscale: #2F2F2F. Windows color (decimal): -13618407 or 1651504. OLE color: 1651504.

HSL color Cylindrical-coordinate representation of color #303319: hue angle of 66.92º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303319 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB485125-
CMYK0.0600.510.8
HSL66.92º34.21%14.9%-
HSV(B)66.92º50.98%20%-
XYZ2.583.071.38-
YUV47.14115.51128.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=38.71%
G=41.13%
B=20.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851250.0600.510.866.9234.2114.9
Hex3033196033504322f
Octal60633160631201034217
Binary110000110011110011100110011101000010000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303319; }

 p { color: rgb(48,51,25); }

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

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

 a { background-color: rgb(48,51,25); }

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

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

 span { border-color: rgb(48,51,25); }

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