Html Css Color HEX #1D200C Green Waterloo

📋 copy color: '#1D200C'

red 29 ◦ green 32 ◦ blue 12

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

Shades of Green Waterloo #1D200C

Tints of Green Waterloo #1D200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 16.44%

R = 39.73%
G = 43.84%
B = 16.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#1D200C (or 0x1D200C) is known color: Green Waterloo. HEX triplet: 1D, 20 and 0C. RGB value is (29,32,12). Sum of RGB (Red+Green+Blue) = 29+32+12=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #1D200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D200C is #E2DFF3. Grayscale: #1C1C1C. Windows color (decimal): -14868468 or 794653. OLE color: 794653.

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

Color convert

RGB 29 32 12 -
CMYK 0.09 0 0.63 0.87
HSL 69º 0.45% 0.09% -
HSV(B) 69º 0.63% 0.13% -
XYZ 1.09 1.32 0.55 -
YUV 28.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 29 32 12 0.09 0 0.63 0.87 69 0.45 0.09
Hex 1D 20 C 9 0 3F 57 45 2D 9
Octal 35 40 14 11 0 77 127 105 55 11
Binary 11101 100000 1100 1001 0 111111 1010111 1000101 101101 1001

Color Harmonies of #1D200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D200C

Black with #1D200C

Text Example


Text Example

White with #1D200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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