Html Css Color HEX #202115 Green Waterloo

📋 copy color: '#202115'

red 32 ◦ green 33 ◦ blue 21

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

Shades of Green Waterloo #202115

Tints of Green Waterloo #202115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 38.37%

 BLUE value IS 21 (8.59% from 255) = 24.42%

R = 37.21%
G = 38.37%
B = 24.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.87

RGB Variations

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

Color information

#202115 (or 0x202115) is known color: Green Waterloo. HEX triplet: 20, 21 and 15. RGB value is (32,33,21). Sum of RGB (Red+Green+Blue) = 32+33+21=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 33 - color contains mainly: green. Hex color #202115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202115 is #DFDEEA. Grayscale: #1F1F1F. Windows color (decimal): -14671595 or 1384736. OLE color: 1384736.

HSL color Cylindrical-coordinate representation of color #202115: hue angle of 65º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #202115 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 33 21 -
CMYK 0.03 0 0.36 0.87
HSL 65º 0.22% 0.11% -
HSV(B) 65º 0.36% 0.13% -
XYZ 1.27 1.45 0.92 -
YUV 31.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 32 33 21 0.03 0 0.36 0.87 65 0.22 0.11
Hex 20 21 15 3 0 24 57 41 16 B
Octal 40 41 25 3 0 44 127 101 26 13
Binary 100000 100001 10101 11 0 100100 1010111 1000001 10110 1011

Color Harmonies of #202115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202115

Black with #202115

Text Example


Text Example

White with #202115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202115; }

 p { color: rgb(32,33,21); }

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

background-color css

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

 a { background-color: rgb(32,33,21); }

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

border-color css

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

 span { border-color: rgb(32,33,21); }

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