#202704

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

Shades of Green Waterloo #202704

Tints of Green Waterloo #202704

Color information

#202704 (or 0x202704) is unknown color: approx Green Waterloo. HEX triplet: 20, 27 and 04. RGB value is (32,39,4). Sum of RGB (Red+Green+Blue) = 32+39+4=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #202704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202704 is #DFD8FB. Grayscale: #212121. Windows color (decimal): -14670076 or 272160. OLE color: 272160.

HSL color Cylindrical-coordinate representation of color #202704: hue angle of 72º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #202704 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB32394-
CMYK0.1800.900.85
HSL72º81.4%8.43%-
HSV(B)72º89.74%15.29%-
XYZ1.341.770.39-
YUV32.92111.68127.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.67%
GREEN value IS 39 (15.62% from 255) = 52%
BLUE value IS 4 (1.95% from 255) = 5.33%
R=42.67%
G=52%
B=5.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323940.1800.900.857281.48.43
Hex202741205A5548518
Octal4047422013212511012110
Binary10000010011110010010010110101010101100100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202704; }

 p { color: rgb(32,39,4); }

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

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

 a { background-color: rgb(32,39,4); }

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

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

 span { border-color: rgb(32,39,4); }

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