Html Css Color HEX #1D2001 Green Waterloo

📋 copy color: '#1D2001'

red 29 ◦ green 32 ◦ blue 1

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

Shades of Green Waterloo #1D2001

Tints of Green Waterloo #1D2001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 51.61%

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

R = 46.77%
G = 51.61%
B = 1.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#1D2001 (or 0x1D2001) is known color: Green Waterloo. HEX triplet: 1D, 20 and 01. RGB value is (29,32,1). Sum of RGB (Red+Green+Blue) = 29+32+1=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #1D2001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2001 is #E2DFFE. Grayscale: #1B1B1B. Windows color (decimal): -14868479 or 73757. OLE color: 73757.

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

Color convert

RGB 29 32 1 -
CMYK 0.09 0 0.97 0.87
HSL 65.81º 0.94% 0.06% -
HSV(B) 65.81º 0.97% 0.13% -
XYZ 1.03 1.3 0.22 -
YUV 27.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 29 32 1 0.09 0 0.97 0.87 65.81 0.94 0.06
Hex 1D 20 1 9 0 61 57 42 5E 6
Octal 35 40 1 11 0 141 127 102 136 6
Binary 11101 100000 1 1001 0 1100001 1010111 1000010 1011110 110

Color Harmonies of #1D2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2001

Black with #1D2001

Text Example


Text Example

White with #1D2001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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