Html Css Color HEX #202500 Green Waterloo

📋 copy color: '#202500'

red 32 ◦ green 37 ◦ blue 0

#202500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #202500

Tints of Green Waterloo #202500

RGB

 RED value IS 32 (12.89% from 255) = 46.38%

 GREEN value IS 37 (14.84% from 255) = 53.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.38%
G = 53.62%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#202500 (or 0x202500) is known color: Green Waterloo. HEX triplet: 20, 25 and 00. RGB value is (32,37,0). Sum of RGB (Red+Green+Blue) = 32+37+0=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #202500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202500 is #DFDAFF. Grayscale: #1F1F1F. Windows color (decimal): -14670592 or 9504. OLE color: 9504.

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

Color convert

RGB 32 37 0 -
CMYK 0.14 0 1 0.85
HSL 68.11º 1% 0.07% -
HSV(B) 68.11º 1% 0.15% -
XYZ 1.26 1.63 0.25 -
YUV 31.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 32 37 0 0.14 0 1 0.85 68.11 1 0.07
Hex 20 25 0 E 0 64 55 44 64 7
Octal 40 45 0 16 0 144 125 104 144 7
Binary 100000 100101 0 1110 0 1100100 1010101 1000100 1100100 111

Color Harmonies of #202500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202500

Black with #202500

Text Example


Text Example

White with #202500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202500; }

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

 H1.HeaderClassName
 {
   color: #202500;
 }
 .AnyTagClassName
 {
   color: #202500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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