Html Css Color HEX #1D220C Green Waterloo

📋 copy color: '#1D220C'

red 29 ◦ green 34 ◦ blue 12

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

Shades of Green Waterloo #1D220C

Tints of Green Waterloo #1D220C

RGB

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

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

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

R = 38.67%
G = 45.33%
B = 16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.87

RGB Variations

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

Color information

#1D220C (or 0x1D220C) is known color: Green Waterloo. HEX triplet: 1D, 22 and 0C. RGB value is (29,34,12). Sum of RGB (Red+Green+Blue) = 29+34+12=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 34 - color contains mainly: green. Hex color #1D220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D220C is #E2DDF3. Grayscale: #1E1E1E. Windows color (decimal): -14867956 or 795165. OLE color: 795165.

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

Color convert

RGB 29 34 12 -
CMYK 0.15 0 0.65 0.87
HSL 73.64º 0.48% 0.09% -
HSV(B) 73.64º 0.65% 0.13% -
XYZ 1.15 1.43 0.56 -
YUV 30 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 29 34 12 0.15 0 0.65 0.87 73.64 0.48 0.09
Hex 1D 22 C F 0 41 57 4A 30 9
Octal 35 42 14 17 0 101 127 112 60 11
Binary 11101 100010 1100 1111 0 1000001 1010111 1001010 110000 1001

Color Harmonies of #1D220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D220C

Black with #1D220C

Text Example


Text Example

White with #1D220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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