Html Css Color HEX #21231A Green Waterloo

📋 copy color: '#21231A'

red 33 ◦ green 35 ◦ blue 26

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

Shades of Green Waterloo #21231A

Tints of Green Waterloo #21231A

RGB

 RED value IS 33 (13.28% from 255) = 35.11%

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

 BLUE value IS 26 (10.55% from 255) = 27.66%

R = 35.11%
G = 37.23%
B = 27.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.86

RGB Variations

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

Color information

#21231A (or 0x21231A) is known color: Green Waterloo. HEX triplet: 21, 23 and 1A. RGB value is (33,35,26). Sum of RGB (Red+Green+Blue) = 33+35+26=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 35 - color contains mainly: green. Hex color #21231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21231A is #DEDCE5. Grayscale: #212121. Windows color (decimal): -14605542 or 1712929. OLE color: 1712929.

HSL color Cylindrical-coordinate representation of color #21231A: hue angle of 73.33º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #21231A is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 35 26 -
CMYK 0.06 0 0.26 0.86
HSL 73.33º 0.15% 0.12% -
HSV(B) 73.33º 0.26% 0.14% -
XYZ 1.41 1.6 1.21 -
YUV 33.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 33 35 26 0.06 0 0.26 0.86 73.33 0.15 0.12
Hex 21 23 1A 6 0 1A 56 49 F C
Octal 41 43 32 6 0 32 126 111 17 14
Binary 100001 100011 11010 110 0 11010 1010110 1001001 1111 1100

Color Harmonies of #21231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21231A

Black with #21231A

Text Example


Text Example

White with #21231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21231A; }

 p { color: rgb(33,35,26); }

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

background-color css

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

 a { background-color: rgb(33,35,26); }

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

border-color css

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

 span { border-color: rgb(33,35,26); }

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