Html Css Color HEX #1D2101 Green Waterloo

📋 copy color: '#1D2101'

red 29 ◦ green 33 ◦ blue 1

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

Shades of Green Waterloo #1D2101

Tints of Green Waterloo #1D2101

RGB

 RED value IS 29 (11.72% from 255) = 46.03%

 GREEN value IS 33 (13.28% from 255) = 52.38%

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

R = 46.03%
G = 52.38%
B = 1.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#1D2101 (or 0x1D2101) is known color: Green Waterloo. HEX triplet: 1D, 21 and 01. RGB value is (29,33,1). Sum of RGB (Red+Green+Blue) = 29+33+1=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2101 is #E2DEFE. Grayscale: #1C1C1C. Windows color (decimal): -14868223 or 74013. OLE color: 74013.

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

Color convert

RGB 29 33 1 -
CMYK 0.12 0 0.97 0.87
HSL 67.5º 0.94% 0.07% -
HSV(B) 67.5º 0.97% 0.13% -
XYZ 1.06 1.35 0.23 -
YUV 28.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 29 33 1 0.12 0 0.97 0.87 67.5 0.94 0.07
Hex 1D 21 1 C 0 61 57 44 5E 7
Octal 35 41 1 14 0 141 127 104 136 7
Binary 11101 100001 1 1100 0 1100001 1010111 1000100 1011110 111

Color Harmonies of #1D2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2101

Black with #1D2101

Text Example


Text Example

White with #1D2101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D2101; }

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

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

background-color css

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

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

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

border-color css

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

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

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