Html Css Color HEX #212600 Green Waterloo

📋 copy color: '#212600'

red 33 ◦ green 38 ◦ blue 0

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

Shades of Green Waterloo #212600

Tints of Green Waterloo #212600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.48%
G = 53.52%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#212600 (or 0x212600) is known color: Green Waterloo. HEX triplet: 21, 26 and 00. RGB value is (33,38,0). Sum of RGB (Red+Green+Blue) = 33+38+0=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #212600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212600 is #DED9FF. Grayscale: #202020. Windows color (decimal): -14604800 or 9761. OLE color: 9761.

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

Color convert

RGB 33 38 0 -
CMYK 0.13 0 1 0.85
HSL 67.89º 1% 0.07% -
HSV(B) 67.89º 1% 0.15% -
XYZ 1.32 1.71 0.26 -
YUV 32.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 33 38 0 0.13 0 1 0.85 67.89 1 0.07
Hex 21 26 0 D 0 64 55 44 64 7
Octal 41 46 0 15 0 144 125 104 144 7
Binary 100001 100110 0 1101 0 1100100 1010101 1000100 1100100 111

Color Harmonies of #212600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212600

Black with #212600

Text Example


Text Example

White with #212600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212600; }

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

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

background-color css

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

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

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

border-color css

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

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

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