Html Css Color HEX #212601 Green Waterloo

📋 copy color: '#212601'

red 33 ◦ green 38 ◦ blue 1

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

Shades of Green Waterloo #212601

Tints of Green Waterloo #212601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.39%

R = 45.83%
G = 52.78%
B = 1.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#212601 (or 0x212601) is known color: Green Waterloo. HEX triplet: 21, 26 and 01. RGB value is (33,38,1). Sum of RGB (Red+Green+Blue) = 33+38+1=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #212601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212601 is #DED9FE. Grayscale: #202020. Windows color (decimal): -14604799 or 75297. OLE color: 75297.

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

Color convert

RGB 33 38 1 -
CMYK 0.13 0 0.97 0.85
HSL 68.11º 0.95% 0.08% -
HSV(B) 68.11º 0.97% 0.15% -
XYZ 1.33 1.71 0.29 -
YUV 32.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 33 38 1 0.13 0 0.97 0.85 68.11 0.95 0.08
Hex 21 26 1 D 0 61 55 44 5F 8
Octal 41 46 1 15 0 141 125 104 137 10
Binary 100001 100110 1 1101 0 1100001 1010101 1000100 1011111 1000

Color Harmonies of #212601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212601

Black with #212601

Text Example


Text Example

White with #212601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212601; }

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

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

background-color css

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

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

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

border-color css

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

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

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