#202306

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

Shades of Green Waterloo #202306

Tints of Green Waterloo #202306

Color information

#202306 (or 0x202306) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 06. RGB value is (32,35,6). Sum of RGB (Red+Green+Blue) = 32+35+6=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #202306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202306 is #DFDCF9. Grayscale: #1E1E1E. Windows color (decimal): -14671098 or 402208. OLE color: 402208.

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

Color convert

RGB32356-
CMYK0.0900.830.86
HSL66.21º70.73%8.04%-
HSV(B)66.21º82.86%13.73%-
XYZ1.231.520.4-
YUV30.8114.01128.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.84%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=43.84%
G=47.95%
B=8.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal323560.0900.830.8666.2170.738.04
Hex2023690535642478
Octal4043611012312610210710
Binary1000001000111101001010100111010110100001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202306; }

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

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

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

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

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

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

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

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