Html Css Color HEX #1D1F15 Green Waterloo

📋 copy color: '#1D1F15'

red 29 ◦ green 31 ◦ blue 21

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

Shades of Green Waterloo #1D1F15

Tints of Green Waterloo #1D1F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25.93%

R = 35.8%
G = 38.27%
B = 25.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1D1F15 (or 0x1D1F15) is known color: Green Waterloo. HEX triplet: 1D, 1F and 15. RGB value is (29,31,21). Sum of RGB (Red+Green+Blue) = 29+31+21=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F15 is #E2E0EA. Grayscale: #1D1D1D. Windows color (decimal): -14868715 or 1384221. OLE color: 1384221.

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

Color convert

RGB 29 31 21 -
CMYK 0.06 0 0.32 0.88
HSL 72º 0.19% 0.1% -
HSV(B) 72º 0.32% 0.12% -
XYZ 1.13 1.3 0.9 -
YUV 29.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 29 31 21 0.06 0 0.32 0.88 72 0.19 0.1
Hex 1D 1F 15 6 0 20 58 48 13 A
Octal 35 37 25 6 0 40 130 110 23 12
Binary 11101 11111 10101 110 0 100000 1011000 1001000 10011 1010

Color Harmonies of #1D1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1F15

Black with #1D1F15

Text Example


Text Example

White with #1D1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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