Html Css Color HEX #1D2201 Green Waterloo

📋 copy color: '#1D2201'

red 29 ◦ green 34 ◦ blue 1

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

Shades of Green Waterloo #1D2201

Tints of Green Waterloo #1D2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 53.13%

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

R = 45.31%
G = 53.13%
B = 1.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#1D2201 (or 0x1D2201) is known color: Green Waterloo. HEX triplet: 1D, 22 and 01. RGB value is (29,34,1). Sum of RGB (Red+Green+Blue) = 29+34+1=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2201 is #E2DDFE. Grayscale: #1C1C1C. Windows color (decimal): -14867967 or 74269. OLE color: 74269.

HSL color Cylindrical-coordinate representation of color #1D2201: hue angle of 69.09º 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 #1D2201 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 29 34 1 -
CMYK 0.15 0 0.97 0.87
HSL 69.09º 0.94% 0.07% -
HSV(B) 69.09º 0.97% 0.13% -
XYZ 1.08 1.41 0.24 -
YUV 28.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 29 34 1 0.15 0 0.97 0.87 69.09 0.94 0.07
Hex 1D 22 1 F 0 61 57 45 5E 7
Octal 35 42 1 17 0 141 127 105 136 7
Binary 11101 100010 1 1111 0 1100001 1010111 1000101 1011110 111

Color Harmonies of #1D2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2201

Black with #1D2201

Text Example


Text Example

White with #1D2201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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