Html Css Color HEX #202311 Green Waterloo

📋 copy color: '#202311'

red 32 ◦ green 35 ◦ blue 17

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

Shades of Green Waterloo #202311

Tints of Green Waterloo #202311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 41.67%

 BLUE value IS 17 (7.03% from 255) = 20.24%

R = 38.1%
G = 41.67%
B = 20.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#202311 (or 0x202311) is known color: Green Waterloo. HEX triplet: 20, 23 and 11. RGB value is (32,35,17). Sum of RGB (Red+Green+Blue) = 32+35+17=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #202311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202311 is #DFDCEE. Grayscale: #202020. Windows color (decimal): -14671087 or 1123104. OLE color: 1123104.

HSL color Cylindrical-coordinate representation of color #202311: hue angle of 70º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #202311 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB 32 35 17 -
CMYK 0.09 0 0.51 0.86
HSL 70º 0.35% 0.1% -
HSV(B) 70º 0.51% 0.14% -
XYZ 1.3 1.55 0.76 -
YUV 32.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 32 35 17 0.09 0 0.51 0.86 70 0.35 0.1
Hex 20 23 11 9 0 33 56 46 23 A
Octal 40 43 21 11 0 63 126 106 43 12
Binary 100000 100011 10001 1001 0 110011 1010110 1000110 100011 1010

Color Harmonies of #202311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202311

Black with #202311

Text Example


Text Example

White with #202311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202311; }

 p { color: rgb(32,35,17); }

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

background-color css

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

 a { background-color: rgb(32,35,17); }

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

border-color css

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

 span { border-color: rgb(32,35,17); }

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