Html Css Color HEX #1D200B Green Waterloo

📋 copy color: '#1D200B'

red 29 ◦ green 32 ◦ blue 11

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

Shades of Green Waterloo #1D200B

Tints of Green Waterloo #1D200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.28%

R = 40.28%
G = 44.44%
B = 15.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#1D200B (or 0x1D200B) is known color: Green Waterloo. HEX triplet: 1D, 20 and 0B. RGB value is (29,32,11). Sum of RGB (Red+Green+Blue) = 29+32+11=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #1D200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D200B is #E2DFF4. Grayscale: #1C1C1C. Windows color (decimal): -14868469 or 729117. OLE color: 729117.

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

Color convert

RGB 29 32 11 -
CMYK 0.09 0 0.66 0.87
HSL 68.57º 0.49% 0.08% -
HSV(B) 68.57º 0.66% 0.13% -
XYZ 1.08 1.32 0.51 -
YUV 28.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 29 32 11 0.09 0 0.66 0.87 68.57 0.49 0.08
Hex 1D 20 B 9 0 42 57 45 31 8
Octal 35 40 13 11 0 102 127 105 61 10
Binary 11101 100000 1011 1001 0 1000010 1010111 1000101 110001 1000

Color Harmonies of #1D200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D200B

Black with #1D200B

Text Example


Text Example

White with #1D200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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