#303318

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

Shades of Green Waterloo #303318

Tints of Green Waterloo #303318

Color information

#303318 (or 0x303318) is unknown color: approx Green Waterloo. HEX triplet: 30, 33 and 18. RGB value is (48,51,24). Sum of RGB (Red+Green+Blue) = 48+51+24=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #303318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303318 is #CFCCE7. Grayscale: #2F2F2F. Windows color (decimal): -13618408 or 1585968. OLE color: 1585968.

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

Color convert

RGB485124-
CMYK0.0600.530.8
HSL66.67º36%14.71%-
HSV(B)66.67º52.94%20%-
XYZ2.573.061.32-
YUV47.02115.01128.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=39.02%
G=41.46%
B=19.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851240.0600.530.866.673614.71
Hex3033186035504324f
Octal60633060651201034417
Binary110000110011110001100110101101000010000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303318; }

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

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

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

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

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

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

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

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