Html Css Color HEX #1D1F14 Green Waterloo

📋 copy color: '#1D1F14'

red 29 ◦ green 31 ◦ blue 20

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

Shades of Green Waterloo #1D1F14

Tints of Green Waterloo #1D1F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 38.75%

 BLUE value IS 20 (8.2% from 255) = 25%

R = 36.25%
G = 38.75%
B = 25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#1D1F14 (or 0x1D1F14) is known color: Green Waterloo. HEX triplet: 1D, 1F and 14. RGB value is (29,31,20). Sum of RGB (Red+Green+Blue) = 29+31+20=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F14 is #E2E0EB. Grayscale: #1D1D1D. Windows color (decimal): -14868716 or 1318685. OLE color: 1318685.

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

Color convert

RGB 29 31 20 -
CMYK 0.06 0 0.35 0.88
HSL 70.91º 0.22% 0.1% -
HSV(B) 70.91º 0.35% 0.12% -
XYZ 1.12 1.29 0.85 -
YUV 29.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 29 31 20 0.06 0 0.35 0.88 70.91 0.22 0.1
Hex 1D 1F 14 6 0 23 58 47 16 A
Octal 35 37 24 6 0 43 130 107 26 12
Binary 11101 11111 10100 110 0 100011 1011000 1000111 10110 1010

Color Harmonies of #1D1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1F14

Black with #1D1F14

Text Example


Text Example

White with #1D1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,31,20); }

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

background-color css

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

 a { background-color: rgb(29,31,20); }

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

border-color css

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

 span { border-color: rgb(29,31,20); }

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