Html Css Color HEX #1D210D Green Waterloo

📋 copy color: '#1D210D'

red 29 ◦ green 33 ◦ blue 13

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

Shades of Green Waterloo #1D210D

Tints of Green Waterloo #1D210D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 17.33%

R = 38.67%
G = 44%
B = 17.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#1D210D (or 0x1D210D) is known color: Green Waterloo. HEX triplet: 1D, 21 and 0D. RGB value is (29,33,13). Sum of RGB (Red+Green+Blue) = 29+33+13=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #1D210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D210D is #E2DEF2. Grayscale: #1D1D1D. Windows color (decimal): -14868211 or 860445. OLE color: 860445.

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

Color convert

RGB 29 33 13 -
CMYK 0.12 0 0.61 0.87
HSL 72º 0.43% 0.09% -
HSV(B) 72º 0.61% 0.13% -
XYZ 1.12 1.38 0.59 -
YUV 29.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 29 33 13 0.12 0 0.61 0.87 72 0.43 0.09
Hex 1D 21 D C 0 3D 57 48 2B 9
Octal 35 41 15 14 0 75 127 110 53 11
Binary 11101 100001 1101 1100 0 111101 1010111 1001000 101011 1001

Color Harmonies of #1D210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D210D

Black with #1D210D

Text Example


Text Example

White with #1D210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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