#202302

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

Shades of Green Waterloo #202302

Tints of Green Waterloo #202302

Color information

#202302 (or 0x202302) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 02. RGB value is (32,35,2). Sum of RGB (Red+Green+Blue) = 32+35+2=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #202302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202302 is #DFDCFD. Grayscale: #1E1E1E. Windows color (decimal): -14671102 or 140064. OLE color: 140064.

HSL color Cylindrical-coordinate representation of color #202302: hue angle of 65.45º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #202302 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB32352-
CMYK0.0900.940.86
HSL65.45º89.19%7.25%-
HSV(B)65.45º94.29%13.73%-
XYZ1.211.510.29-
YUV30.34112.01129.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 46.38%
GREEN value IS 35 (14.06% from 255) = 50.72%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=46.38%
G=50.72%
B=2.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal323520.0900.940.8665.4589.197.25
Hex20232905E5641597
Octal404321101361261011317
Binary10000010001110100101011110101011010000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202302; }

 p { color: rgb(32,35,2); }

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

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

 a { background-color: rgb(32,35,2); }

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

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

 span { border-color: rgb(32,35,2); }

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