#303214

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

Shades of Green Waterloo #303214

Tints of Green Waterloo #303214

Color information

#303214 (or 0x303214) is unknown color: approx Green Waterloo. HEX triplet: 30, 32 and 14. RGB value is (48,50,20). Sum of RGB (Red+Green+Blue) = 48+50+20=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #303214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303214 is #CFCDEB. Grayscale: #2E2E2E. Windows color (decimal): -13618668 or 1323568. OLE color: 1323568.

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

Color convert

RGB485020-
CMYK0.0400.600.80
HSL64º42.86%13.73%-
HSV(B)64º60%19.61%-
XYZ2.492.961.1-
YUV45.98113.34129.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=40.68%
G=42.37%
B=16.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850200.0400.600.806442.8613.73
Hex303214403C50402be
Octal60622440741201005316
Binary110000110010101001000111100101000010000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303214; }

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

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

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

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

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

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

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

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