#202400

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

Shades of Green Waterloo #202400

Tints of Green Waterloo #202400

Color information

#202400 (or 0x202400) is unknown color: approx Green Waterloo. HEX triplet: 20, 24 and 00. RGB value is (32,36,0). Sum of RGB (Red+Green+Blue) = 32+36+0=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #202400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202400 is #DFDBFF. Grayscale: #1E1E1E. Windows color (decimal): -14670848 or 9248. OLE color: 9248.

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

Color convert

RGB32360-
CMYK0.11010.86
HSL66.67º100%7.06%-
HSV(B)66.67º100%14.12%-
XYZ1.231.570.24-
YUV30.7110.67128.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.06%
GREEN value IS 36 (14.45% from 255) = 52.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.06%
G=52.94%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal323600.11010.8666.671007.06
Hex20240B0645643647
Octal404401301441261031447
Binary1000001001000101101100100101011010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202400; }

 p { color: rgb(32,36,0); }

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

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

 a { background-color: rgb(32,36,0); }

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

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

 span { border-color: rgb(32,36,0); }

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