#303216

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

Shades of Green Waterloo #303216

Tints of Green Waterloo #303216

Color information

#303216 (or 0x303216) is unknown color: approx Green Waterloo. HEX triplet: 30, 32 and 16. RGB value is (48,50,22). Sum of RGB (Red+Green+Blue) = 48+50+22=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #303216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303216 is #CFCDE9. Grayscale: #2E2E2E. Windows color (decimal): -13618666 or 1454640. OLE color: 1454640.

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

Color convert

RGB485022-
CMYK0.0400.560.80
HSL64.29º38.89%14.12%-
HSV(B)64.29º56%19.61%-
XYZ2.52.971.2-
YUV46.21114.34129.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=40%
G=41.67%
B=18.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850220.0400.560.8064.2938.8914.12
Hex3032164038504027e
Octal60622640701201004716
Binary110000110010101101000111000101000010000001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303216; }

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

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

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

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

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

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

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

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