#303418

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

Shades of Green Waterloo #303418

Tints of Green Waterloo #303418

Color information

#303418 (or 0x303418) is unknown color: approx Green Waterloo. HEX triplet: 30, 34 and 18. RGB value is (48,52,24). Sum of RGB (Red+Green+Blue) = 48+52+24=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #303418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303418 is #CFCBE7. Grayscale: #2F2F2F. Windows color (decimal): -13618152 or 1586224. OLE color: 1586224.

HSL color Cylindrical-coordinate representation of color #303418: hue angle of 68.57º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #303418 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB485224-
CMYK0.0800.540.80
HSL68.57º36.84%14.9%-
HSV(B)68.57º53.85%20.39%-
XYZ2.613.151.33-
YUV47.61114.67128.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 52 (20.70% from 255) = 41.94%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=38.71%
G=41.94%
B=19.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4852240.0800.540.8068.5736.8414.9
Hex3034188036504525f
Octal606430100661201054517
Binary1100001101001100010000110110101000010001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303418; }

 p { color: rgb(48,52,24); }

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

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

 a { background-color: rgb(48,52,24); }

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

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

 span { border-color: rgb(48,52,24); }

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