#303215

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

Shades of Green Waterloo #303215

Tints of Green Waterloo #303215

Color information

#303215 (or 0x303215) is unknown color: approx Green Waterloo. HEX triplet: 30, 32 and 15. RGB value is (48,50,21). Sum of RGB (Red+Green+Blue) = 48+50+21=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #303215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303215 is #CFCDEA. Grayscale: #2E2E2E. Windows color (decimal): -13618667 or 1389104. OLE color: 1389104.

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

Color convert

RGB485021-
CMYK0.0400.580.80
HSL64.14º40.85%13.92%-
HSV(B)64.14º58%19.61%-
XYZ2.492.961.15-
YUV46.1113.84129.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=40.34%
G=42.02%
B=17.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850210.0400.580.8064.1440.8513.92
Hex303215403A504029e
Octal60622540721201005116
Binary110000110010101011000111010101000010000001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303215; }

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

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

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

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

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

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

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

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