#1D1F0B

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

Shades of Green Waterloo #1D1F0B

Tints of Green Waterloo #1D1F0B

Color information

#1D1F0B (or 0x1D1F0B) is unknown color: approx Green Waterloo. HEX triplet: 1D, 1F and 0B. RGB value is (29,31,11). Sum of RGB (Red+Green+Blue) = 29+31+11=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F0B is #E2E0F4. Grayscale: #1C1C1C. Windows color (decimal): -14868725 or 728861. OLE color: 728861.

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

Color convert

RGB293111-
CMYK0.0600.650.88
HSL66º47.62%8.24%-
HSV(B)66º64.52%12.16%-
XYZ1.061.270.51-
YUV28.12118.34128.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.85%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=40.85%
G=43.66%
B=15.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2931110.0600.650.886647.628.24
Hex1D1FB60415842308
Octal353713601011301026010
Binary1110111111101111001000001101100010000101100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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