Html Css Color HEX #202505 Green Waterloo

📋 copy color: '#202505'

red 32 ◦ green 37 ◦ blue 5

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

Shades of Green Waterloo #202505

Tints of Green Waterloo #202505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.76%

R = 43.24%
G = 50%
B = 6.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#202505 (or 0x202505) is known color: Green Waterloo. HEX triplet: 20, 25 and 05. RGB value is (32,37,5). Sum of RGB (Red+Green+Blue) = 32+37+5=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #202505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202505 is #DFDAFA. Grayscale: #1F1F1F. Windows color (decimal): -14670587 or 337184. OLE color: 337184.

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

Color convert

RGB 32 37 5 -
CMYK 0.14 0 0.86 0.85
HSL 69.38º 0.76% 0.08% -
HSV(B) 69.38º 0.86% 0.15% -
XYZ 1.28 1.64 0.39 -
YUV 31.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 32 37 5 0.14 0 0.86 0.85 69.38 0.76 0.08
Hex 20 25 5 E 0 56 55 45 4C 8
Octal 40 45 5 16 0 126 125 105 114 10
Binary 100000 100101 101 1110 0 1010110 1010101 1000101 1001100 1000

Color Harmonies of #202505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202505

Black with #202505

Text Example


Text Example

White with #202505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202505; }

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

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

background-color css

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

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

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

border-color css

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

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

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