#202305

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

Shades of Green Waterloo #202305

Tints of Green Waterloo #202305

Color information

#202305 (or 0x202305) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 05. RGB value is (32,35,5). Sum of RGB (Red+Green+Blue) = 32+35+5=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #202305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202305 is #DFDCFA. Grayscale: #1E1E1E. Windows color (decimal): -14671099 or 336672. OLE color: 336672.

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

Color convert

RGB32355-
CMYK0.0900.860.86
HSL66º75%7.84%-
HSV(B)66º85.71%13.73%-
XYZ1.221.520.37-
YUV30.68113.51128.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=44.44%
G=48.61%
B=6.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal323550.0900.860.8666757.84
Hex20235905656424b8
Octal4043511012612610211310
Binary1000001000111011001010101101010110100001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202305; }

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

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

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

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

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

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

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

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