#303218

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

Shades of Green Waterloo #303218

Tints of Green Waterloo #303218

Color information

#303218 (or 0x303218) is unknown color: approx Green Waterloo. HEX triplet: 30, 32 and 18. RGB value is (48,50,24). Sum of RGB (Red+Green+Blue) = 48+50+24=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #303218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303218 is #CFCDE7. Grayscale: #2E2E2E. Windows color (decimal): -13618664 or 1585712. OLE color: 1585712.

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

Color convert

RGB485024-
CMYK0.0400.520.80
HSL64.62º35.14%14.51%-
HSV(B)64.62º52%19.61%-
XYZ2.522.981.31-
YUV46.44115.34129.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=39.34%
G=40.98%
B=19.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850240.0400.520.8064.6235.1414.51
Hex3032184034504123f
Octal60623040641201014317
Binary110000110010110001000110100101000010000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303218; }

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

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

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

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

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

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

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

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