#303224

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

Shades of Green Waterloo #303224

Tints of Green Waterloo #303224

Color information

#303224 (or 0x303224) is unknown color: approx Green Waterloo. HEX triplet: 30, 32 and 24. RGB value is (48,50,36). Sum of RGB (Red+Green+Blue) = 48+50+36=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 50 - color contains mainly: green. Hex color #303224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303224 is #CFCDDB. Grayscale: #2F2F2F. Windows color (decimal): -13618652 or 2372144. OLE color: 2372144.

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

Color convert

RGB485036-
CMYK0.0400.280.80
HSL68.57º16.28%16.86%-
HSV(B)68.57º28%19.61%-
XYZ2.683.042.11-
YUV47.81121.34128.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=35.82%
G=37.31%
B=26.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850360.0400.280.8068.5716.2816.86
Hex303224401C50451011
Octal60624440341201052021
Binary110000110010100100100011100101000010001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303224; }

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

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

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

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

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

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

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

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