Html Css Color HEX #1D200E Green Waterloo

📋 copy color: '#1D200E'

red 29 ◦ green 32 ◦ blue 14

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

Shades of Green Waterloo #1D200E

Tints of Green Waterloo #1D200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.67%

R = 38.67%
G = 42.67%
B = 18.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#1D200E (or 0x1D200E) is known color: Green Waterloo. HEX triplet: 1D, 20 and 0E. RGB value is (29,32,14). Sum of RGB (Red+Green+Blue) = 29+32+14=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #1D200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D200E is #E2DFF1. Grayscale: #1D1D1D. Windows color (decimal): -14868466 or 925725. OLE color: 925725.

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

Color convert

RGB 29 32 14 -
CMYK 0.09 0 0.56 0.87
HSL 70º 0.39% 0.09% -
HSV(B) 70º 0.56% 0.13% -
XYZ 1.1 1.33 0.61 -
YUV 29.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 29 32 14 0.09 0 0.56 0.87 70 0.39 0.09
Hex 1D 20 E 9 0 38 57 46 27 9
Octal 35 40 16 11 0 70 127 106 47 11
Binary 11101 100000 1110 1001 0 111000 1010111 1000110 100111 1001

Color Harmonies of #1D200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D200E

Black with #1D200E

Text Example


Text Example

White with #1D200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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