Html Css Color HEX #212410 Green Waterloo

📋 copy color: '#212410'

red 33 ◦ green 36 ◦ blue 16

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

Shades of Green Waterloo #212410

Tints of Green Waterloo #212410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 42.35%

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

R = 38.82%
G = 42.35%
B = 18.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#212410 (or 0x212410) is known color: Green Waterloo. HEX triplet: 21, 24 and 10. RGB value is (33,36,16). Sum of RGB (Red+Green+Blue) = 33+36+16=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #212410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212410 is #DEDBEF. Grayscale: #202020. Windows color (decimal): -14605296 or 1057825. OLE color: 1057825.

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

Color convert

RGB 33 36 16 -
CMYK 0.08 0 0.56 0.86
HSL 69º 0.38% 0.1% -
HSV(B) 69º 0.56% 0.14% -
XYZ 1.35 1.62 0.73 -
YUV 32.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 33 36 16 0.08 0 0.56 0.86 69 0.38 0.1
Hex 21 24 10 8 0 38 56 45 26 A
Octal 41 44 20 10 0 70 126 105 46 12
Binary 100001 100100 10000 1000 0 111000 1010110 1000101 100110 1010

Color Harmonies of #212410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212410

Black with #212410

Text Example


Text Example

White with #212410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212410; }

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

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

background-color css

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

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

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

border-color css

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

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

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