#303213

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

Shades of Green Waterloo #303213

Tints of Green Waterloo #303213

Color information

#303213 (or 0x303213) is unknown color: approx Green Waterloo. HEX triplet: 30, 32 and 13. RGB value is (48,50,19). Sum of RGB (Red+Green+Blue) = 48+50+19=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #303213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303213 is #CFCDEC. Grayscale: #2D2D2D. Windows color (decimal): -13618669 or 1258032. OLE color: 1258032.

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

Color convert

RGB485019-
CMYK0.0400.620.80
HSL63.87º44.93%13.53%-
HSV(B)63.87º62%19.61%-
XYZ2.482.961.06-
YUV45.87112.84129.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 50 (19.92% from 255) = 42.74%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=41.03%
G=42.74%
B=16.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850190.0400.620.8063.8744.9313.53
Hex303213403E50402de
Octal60622340761201005516
Binary110000110010100111000111110101000010000001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303213; }

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

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

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

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

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

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

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

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