Html Css Color HEX #212310 Green Waterloo

📋 copy color: '#212310'

red 33 ◦ green 35 ◦ blue 16

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

Shades of Green Waterloo #212310

Tints of Green Waterloo #212310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.05%

R = 39.29%
G = 41.67%
B = 19.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#212310 (or 0x212310) is known color: Green Waterloo. HEX triplet: 21, 23 and 10. RGB value is (33,35,16). Sum of RGB (Red+Green+Blue) = 33+35+16=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #212310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212310 is #DEDCEF. Grayscale: #202020. Windows color (decimal): -14605552 or 1057569. OLE color: 1057569.

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

Color convert

RGB 33 35 16 -
CMYK 0.06 0 0.54 0.86
HSL 66.32º 0.37% 0.1% -
HSV(B) 66.32º 0.54% 0.14% -
XYZ 1.32 1.56 0.72 -
YUV 32.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 33 35 16 0.06 0 0.54 0.86 66.32 0.37 0.1
Hex 21 23 10 6 0 36 56 42 25 A
Octal 41 43 20 6 0 66 126 102 45 12
Binary 100001 100011 10000 110 0 110110 1010110 1000010 100101 1010

Color Harmonies of #212310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212310

Black with #212310

Text Example


Text Example

White with #212310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212310; }

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

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

background-color css

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

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

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

border-color css

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

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

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