#303226

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

Shades of Green Waterloo #303226

Tints of Green Waterloo #303226

Color information

#303226 (or 0x303226) is unknown color: approx Green Waterloo. HEX triplet: 30, 32 and 26. RGB value is (48,50,38). Sum of RGB (Red+Green+Blue) = 48+50+38=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 50 - color contains mainly: green. Hex color #303226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303226 is #CFCDD9. Grayscale: #303030. Windows color (decimal): -13618650 or 2503216. OLE color: 2503216.

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

Color convert

RGB485038-
CMYK0.0400.240.80
HSL70º13.64%17.25%-
HSV(B)70º24%19.61%-
XYZ2.713.052.28-
YUV48.03122.34127.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 38 (15.23% from 255) = 27.94%
R=35.29%
G=36.76%
B=27.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850380.0400.240.807013.6417.25
Hex30322640185046e11
Octal60624640301201061621
Binary11000011001010011010001100010100001000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303226; }

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

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

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

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

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

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

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

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