#1D1F05

Color #1D1F05 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #1D1F05

Tints of Green Waterloo #1D1F05

Color information

#1D1F05 (or 0x1D1F05) is unknown color: approx Green Waterloo. HEX triplet: 1D, 1F and 05. RGB value is (29,31,5). Sum of RGB (Red+Green+Blue) = 29+31+5=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F05 is #E2E0FA. Grayscale: #1B1B1B. Windows color (decimal): -14868731 or 335645. OLE color: 335645.

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

Color convert

RGB29315-
CMYK0.0600.840.88
HSL64.62º72.22%7.06%-
HSV(B)64.62º83.87%12.16%-
XYZ1.021.250.33-
YUV27.44115.34129.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 31 (12.5% from 255) = 47.69%
BLUE value IS 5 (2.34% from 255) = 7.69%
R=44.62%
G=47.69%
B=7.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal293150.0600.840.8864.6272.227.06
Hex1D1F560545841487
Octal35375601241301011107
Binary111011111110111001010100101100010000011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D1F05;
 }
 .AnyTagClassName
 {
   color: #1D1F05;
 }
</style>
background-color css

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

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

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

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

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

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