Html Css Color HEX #1D1E17 Green Waterloo

📋 copy color: '#1D1E17'

red 29 ◦ green 30 ◦ blue 23

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

Shades of Green Waterloo #1D1E17

Tints of Green Waterloo #1D1E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 36.59%

 BLUE value IS 23 (9.38% from 255) = 28.05%

R = 35.37%
G = 36.59%
B = 28.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1D1E17 (or 0x1D1E17) is known color: Green Waterloo. HEX triplet: 1D, 1E and 17. RGB value is (29,30,23). Sum of RGB (Red+Green+Blue) = 29+30+23=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E17 is #E2E1E8. Grayscale: #1C1C1C. Windows color (decimal): -14868969 or 1515037. OLE color: 1515037.

HSL color Cylindrical-coordinate representation of color #1D1E17: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1D1E17 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 29 30 23 -
CMYK 0.03 0 0.23 0.88
HSL 68.57º 0.13% 0.1% -
HSV(B) 68.57º 0.23% 0.12% -
XYZ 1.13 1.25 0.99 -
YUV 28.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 29 30 23 0.03 0 0.23 0.88 68.57 0.13 0.1
Hex 1D 1E 17 3 0 17 58 45 D A
Octal 35 36 27 3 0 27 130 105 15 12
Binary 11101 11110 10111 11 0 10111 1011000 1000101 1101 1010

Color Harmonies of #1D1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1E17

Black with #1D1E17

Text Example


Text Example

White with #1D1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,30,23); }

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

background-color css

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

 a { background-color: rgb(29,30,23); }

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

border-color css

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

 span { border-color: rgb(29,30,23); }

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