Html Css Color HEX #212610 Green Waterloo

📋 copy color: '#212610'

red 33 ◦ green 38 ◦ blue 16

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

Shades of Green Waterloo #212610

Tints of Green Waterloo #212610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 43.68%

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

R = 37.93%
G = 43.68%
B = 18.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#212610 (or 0x212610) is known color: Green Waterloo. HEX triplet: 21, 26 and 10. RGB value is (33,38,16). Sum of RGB (Red+Green+Blue) = 33+38+16=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #212610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212610 is #DED9EF. Grayscale: #222222. Windows color (decimal): -14604784 or 1058337. OLE color: 1058337.

HSL color Cylindrical-coordinate representation of color #212610: hue angle of 73.64º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #212610 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 38 16 -
CMYK 0.13 0 0.58 0.85
HSL 73.64º 0.41% 0.11% -
HSV(B) 73.64º 0.58% 0.15% -
XYZ 1.41 1.75 0.75 -
YUV 34 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 33 38 16 0.13 0 0.58 0.85 73.64 0.41 0.11
Hex 21 26 10 D 0 3A 55 4A 29 B
Octal 41 46 20 15 0 72 125 112 51 13
Binary 100001 100110 10000 1101 0 111010 1010101 1001010 101001 1011

Color Harmonies of #212610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212610

Black with #212610

Text Example


Text Example

White with #212610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212610; }

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

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

background-color css

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

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

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

border-color css

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

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

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