#303223

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

Shades of Green Waterloo #303223

Tints of Green Waterloo #303223

Color information

#303223 (or 0x303223) is unknown color: approx Green Waterloo. HEX triplet: 30, 32 and 23. RGB value is (48,50,35). Sum of RGB (Red+Green+Blue) = 48+50+35=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 50 - color contains mainly: green. Hex color #303223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303223 is #CFCDDC. Grayscale: #2F2F2F. Windows color (decimal): -13618653 or 2306608. OLE color: 2306608.

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

Color convert

RGB485035-
CMYK0.0400.300.80
HSL68º17.65%16.67%-
HSV(B)68º30%19.61%-
XYZ2.663.032.03-
YUV47.69120.84128.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 35 (14.06% from 255) = 26.32%
R=36.09%
G=37.59%
B=26.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850350.0400.300.806817.6516.67
Hex303223401E50441211
Octal60624340361201042221
Binary110000110010100011100011110101000010001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303223; }

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

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

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

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

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

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

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

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